|
|
@ -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
|
|
|
|