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 @@ @@ -66,7 +66,7 @@
],
"include": []
},
"appid": "wxa4ece062e60e93a5",
"appid": "wx96104303877e3fd9",
"scripts": {
"beforeCompile": "pnpm run beforeCompile",
"beforePreview": "pnpm run beforeCompile",

13
src/app.ts

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

Loading…
Cancel
Save