Browse Source

v1.0.7 formal

voice^2
刘嘉炜 4 years ago
parent
commit
ed338af408
  1. 4
      src/js/api.js
  2. 2
      src/manifest.json

4
src/js/api.js

@ -1,5 +1,5 @@
export const ORIGIN = `https://testmanager.ouxuanzhineng.cn`; // 测试
// export const ORIGIN = `https://minimanage.ouxuanzhineng.cn`; // 正式
// export const ORIGIN = `https://testmanager.ouxuanzhineng.cn`; // 测试
export const ORIGIN = `https://minimanage.ouxuanzhineng.cn`; // 正式
export const API = {
wechatMiniAppLoginAndSync: `${ORIGIN}/assistant/WechatMiniAppGetToken`, // 小程序授权获取token,为空就登录

2
src/manifest.json

@ -54,7 +54,7 @@
},
"mp-weixin": { /* */
"appid": "wx7106e84614cf0060",
"appid": "wxf1294b279ad1b845",
"setting": {
"urlCheck": false
},

Loading…
Cancel
Save