Browse Source

正式环境

2.0
kola-web 4 weeks ago
parent
commit
fb5f7fa8ba
  1. 2
      project.config.json
  2. 13
      src/app.ts

2
project.config.json

@ -66,7 +66,7 @@
], ],
"include": [] "include": []
}, },
"appid": "wxa4ece062e60e93a5", "appid": "wx96104303877e3fd9",
"scripts": { "scripts": {
"beforeCompile": "pnpm run beforeCompile", "beforeCompile": "pnpm run beforeCompile",
"beforePreview": "pnpm run beforeCompile", "beforePreview": "pnpm run beforeCompile",

13
src/app.ts

@ -25,15 +25,16 @@ App<IAppOption>({
globalData: { globalData: {
// dev // dev
// appid:wxa4ece062e60e93a5 // appid:wxa4ece062e60e93a5
url: 'https://m.wtx.hbraas.com', // url: 'https://m.wtx.hbraas.com',
upFileUrl: 'https://m.wtx.hbraas.com/', // upFileUrl: 'https://m.wtx.hbraas.com/',
imageUrl: 'https://m.wtx.hbraas.com/GeneB/', // imageUrl: 'https://m.wtx.hbraas.com/GeneB/',
// pro // pro
// appid:wx96104303877e3fd9 // appid:wx96104303877e3fd9
// url: 'https://m.gene.hbsaas.com', url: 'https://m.gene.hbsaas.com',
// upFileUrl: 'https://m.gene.hbsaas.com/', upFileUrl: 'https://m.gene.hbsaas.com/',
// imageUrl: 'https://m.gene.hbsaas.com/GeneB/', imageUrl: 'https://m.gene.hbsaas.com/GeneB/',
Timestamp: new Date().getTime(), Timestamp: new Date().getTime(),
waitBindDoctorId: '', waitBindDoctorId: '',

Loading…
Cancel
Save