Browse Source

v1.0.4

voice
刘嘉炜 4 years ago
parent
commit
0347c29e7d
  1. 4
      src/js/api.js

4
src/js/api.js

@ -1,5 +1,5 @@
export const ORIGIN = `http://testmanager.ouxuanzhineng.cn`; // 测试
// export const ORIGIN = `https://minimanage.ouxuanzhineng.cn`; // 正式
// export const ORIGIN = `http://testmanager.ouxuanzhineng.cn`; // 测试
export const ORIGIN = `https://minimanage.ouxuanzhineng.cn`; // 正式
export const API = {
wechatMiniAppLoginAndSync: `${ORIGIN}/user/wechatMiniAppLoginAndSync`, // 小程序授权

Loading…
Cancel
Save