xiaobo 5 months ago
parent
commit
8b70c6d4b9
2 changed files with 5 additions and 3 deletions
  1. +4
    -2
      config.js
  2. +1
    -1
      manifest.json

+ 4
- 2
config.js View File

@ -13,12 +13,14 @@ const type = 'prod'
// 环境配置 // 环境配置
const config = { const config = {
dev : { dev : {
baseUrl : 'https://popularize-admin.hhlm1688.com/popularize-admin',
baseUrl : 'http://test-lzx.natapp1.cc/popularize-admin',
// baseUrl : 'https://popularize-admin.hhlm1688.com/popularize-admin',
// baseUrl : 'http://h5.xzaiyp.top/popularize-admin', // baseUrl : 'http://h5.xzaiyp.top/popularize-admin',
}, },
prod : { prod : {
baseUrl : 'http://test-lzx.natapp1.cc/popularize-admin',
// baseUrl : 'http://h5.xzaiyp.top/popularize-admin', // baseUrl : 'http://h5.xzaiyp.top/popularize-admin',
baseUrl : 'https://popularize-admin.hhlm1688.com/popularize-admin',
// baseUrl : 'https://popularize-admin.hhlm1688.com/popularize-admin',
} }
} }


+ 1
- 1
manifest.json View File

@ -52,7 +52,7 @@
"quickapp" : {}, "quickapp" : {},
/* */ /* */
"mp-weixin" : { "mp-weixin" : {
"appid" : "wx4bf1b331b5f4e8d8",
"appid" : "wx797abcfb479c75ec",
"setting" : { "setting" : {
"urlCheck" : false "urlCheck" : false
}, },


Loading…
Cancel
Save