Browse Source

新的正式环境 愈见守护

master
kola-web 4 weeks ago
parent
commit
c4ad4cabf2
  1. 2
      project.config.json
  2. 9
      src/app.ts

2
project.config.json

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

9
src/app.ts

@ -22,10 +22,11 @@ App<IAppOption>({ @@ -22,10 +22,11 @@ App<IAppOption>({
// 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/',
// appid:wx96104303877e3fd9 老的正式环境,已弃用
// appid:wxfc95e2961d481f58
url: 'https://m.hbgene.hbsaas.com',
upFileUrl: 'https://m.hbgene.hbsaas.com/',
imageUrl: 'https://m.hbgene.hbsaas.com/GeneB/',
Timestamp: new Date().getTime(),
scene: {},

Loading…
Cancel
Save