liudan 5 months ago
parent fa9a7d48c1
commit 49d3b574a4
  1. 2
      config/app.js
  2. 2
      main.js
  3. 4
      manifest.json

@ -2,7 +2,7 @@ module.exports = {
// 小程序配置 // 小程序配置
// #ifdef MP || APP-PLUS // #ifdef MP || APP-PLUS
// 请求域名 格式: https://您的域名 // 请求域名 格式: https://您的域名
HTTP_REQUEST_URL: `http://rzds.njrzwl.cn`, HTTP_REQUEST_URL: `https://rzds.njrzwl.cn`,
// HTTP_REQUEST_URL: `https://demo.crmeb.com`, // HTTP_REQUEST_URL: `https://demo.crmeb.com`,
// #endif // #endif

@ -17,7 +17,7 @@ import configs from './config/app.js'
import socket from './libs/new_chat.js' import socket from './libs/new_chat.js'
import i18n from './utils/lang.js'; import i18n from './utils/lang.js';
Vue.prototype.$util = util; Vue.prototype.$util = util;
Vue.prototype.$baseurl = 'http://rzds.njrzwl.cn'; Vue.prototype.$baseurl = 'https://rzds.njrzwl.cn';
Vue.prototype.$config = configs; Vue.prototype.$config = configs;
Vue.prototype.$Cache = Cache; Vue.prototype.$Cache = Cache;
Vue.prototype.$eventHub = new Vue(); Vue.prototype.$eventHub = new Vue();

@ -1,6 +1,6 @@
{ {
"name" : "猫小鱼潮玩", "name" : "猫小鱼潮玩",
"appid" : "__UNI__A3F1ED4", "appid" : "__UNI__BFA0B04",
"description" : "猫小鱼潮玩", "description" : "猫小鱼潮玩",
"versionName" : "5.3.0", "versionName" : "5.3.0",
"versionCode" : 530, "versionCode" : 530,
@ -203,8 +203,8 @@
"startLocationUpdateBackground", "startLocationUpdateBackground",
"chooseAddress" "chooseAddress"
] ]
// "__usePrivacyCheck__" : true
}, },
// "__usePrivacyCheck__" : true
"mp-alipay" : { "mp-alipay" : {
"usingComponents" : true "usingComponents" : true
}, },

Loading…
Cancel
Save