变更联通专项业务

This commit is contained in:
唐明明
2022-01-17 16:15:30 +08:00
parent 40e0f5bc4c
commit 05d3b56fa7
11 changed files with 131 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
const g = typeof global !== 'undefined' ? global : self;
g.appXAppJson = {
"app": {
"$homepage": "pages/welcome/welcome"
}
};