Browse Source

v 1.1.14

organize
刘嘉炜 3 years ago
parent
commit
5965759456
  1. 5
      src/js/api.js
  2. 2
      src/manifest.json

5
src/js/api.js

@ -1,9 +1,8 @@
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 ORIGIN = `http://192.168.1.135:9090`; // 20210927 测试
export const API = {
wechatMiniAppLoginAndSync: `${ORIGIN}/assistant/WechatMiniAppGetToken`, // 小程序授权获取token,为空就登录
WechatMiniApplogin: `${ORIGIN}/assistant/WechatMiniApplogin`, // 小程序登录获取token

2
src/manifest.json

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

Loading…
Cancel
Save