Browse Source

修改 bug

develop
王泽彦 4 months ago
parent
commit
c4626f4106
  1. 6
      uniapp/common/config.js
  2. 4
      uniapp/manifest.json

6
uniapp/common/config.js

@ -1,9 +1,11 @@
// 环境变量配置 // 环境变量配置
// const env = 'development' const env = 'development'
const env = 'prod' // const env = 'prod'
const isMockEnabled = false // 默认禁用Mock优先模式,仅作为回退 const isMockEnabled = false // 默认禁用Mock优先模式,仅作为回退
const isDebug = false // 默认启用调试模式 const isDebug = false // 默认启用调试模式
// const devurl = 'https://test.hnhbty.cn/api'
const devurl = 'http://localhost:20080/api' const devurl = 'http://localhost:20080/api'
// const devimgurl = 'https://test.hnhbty.cn'
const devimgurl = 'http://localhost:20080' const devimgurl = 'http://localhost:20080'
const produrl = 'https://api.hnhbty.cn/api' const produrl = 'https://api.hnhbty.cn/api'
const prodimgurl = 'https://api.hnhbty.cn' const prodimgurl = 'https://api.hnhbty.cn'

4
uniapp/manifest.json

@ -62,7 +62,9 @@
"quickapp" : {}, "quickapp" : {},
/* */ /* */
"mp-weixin" : { "mp-weixin" : {
"appid" : "wxdaf2fffe7e397c01", /* "appid" : "wxa0a83740ed3dcf04", */
/* "appid" : "wxdaf2fffe7e397c01",*/
"appid" : "wxa0a83740ed3dcf04",
"setting" : { "setting" : {
"urlCheck" : false, "urlCheck" : false,
"minified" : true, "minified" : true,

Loading…
Cancel
Save