Browse Source

切换到开发环境

master
kola-web 2 months ago
parent
commit
e5fe196b2c
  1. 2
      project.config.json
  2. 12
      src/app.ts

2
project.config.json

@ -61,5 +61,5 @@
} }
] ]
}, },
"appid": "wxbdf6f933281b1eb4" "appid": "wxa4a28b299df7d921"
} }

12
src/app.ts

@ -17,14 +17,14 @@ App<IAppOption>({
// 测试号 wx2b0bb13edf717c1d // 测试号 wx2b0bb13edf717c1d
// dev // dev
// appid:wxbdf6f933281b1eb4 // appid:wxbdf6f933281b1eb4
url: 'https://m.shizhong.hbraas.com', // url: 'https://m.shizhong.hbraas.com',
upFileUrl: 'https://m.shizhong.hbraas.com/', // upFileUrl: 'https://m.shizhong.hbraas.com/',
imageUrl: 'https://m.shizhong.hbraas.com/api/shizhong/', // imageUrl: 'https://m.shizhong.hbraas.com/api/shizhong/',
// pro // pro
// appid:wxa4a28b299df7d921 // appid:wxa4a28b299df7d921
// url: 'https://m.shizhong.hbsaas.com', url: 'https://m.shizhong.hbsaas.com',
// upFileUrl: 'https://m.shizhong.hbsaas.com/', upFileUrl: 'https://m.shizhong.hbsaas.com/',
// imageUrl: 'https://m.shizhong.hbsaas.com/api/shizhong/', imageUrl: 'https://m.shizhong.hbsaas.com/api/shizhong/',
loginState: '', loginState: '',
isLogin: 0, isLogin: 0,

Loading…
Cancel
Save