Browse Source

vtest 1.0.0

dev
刘嘉炜 4 years ago
parent
commit
70c38a3c15
  1. 6
      README.md
  2. 4
      src/js/api.js
  3. 2
      src/manifest.json

6
README.md

@ -43,14 +43,8 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
APPID:
wxd71043ec955dfecf
AppSecret:
dacec45d75df1cd109090e88855cefc8
测试服:
APPID:
wx7873af4ffca558fd
AppSecret:
9110b93981e88b0127a4f6a8c940dc90

4
src/js/api.js

@ -1,7 +1,7 @@
// export const ORIGIN = `https://test.ouxuanzhineng.cn`; // 测试
export const ORIGIN = `https://test.ouxuanzhineng.cn`; // 测试
// export const ORIGIN = `http://testmanager.ouxuanzhineng.cn`; // 测试
// export const ORIGIN = `http://kahing.local:9090`; // 本地测试
export const ORIGIN = `https://coach.ouxuanzhineng.cn`; // 正式
// export const ORIGIN = `https://coach.ouxuanzhineng.cn`; // 正式
export const API = {
coachLogin: `${ORIGIN}/stadium/coach/login`, // 小程序-账号登录

2
src/manifest.json

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

Loading…
Cancel
Save