Browse Source

新的正式环境 愈见守护

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

4
project.config.json

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

9
src/app.ts

@ -22,10 +22,11 @@ App<IAppOption>({
// 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', // appid:wxfc95e2961d481f58
upFileUrl: 'https://m.gene.hbsaas.com/', url: 'https://m.hbgene.hbsaas.com',
imageUrl: 'https://m.gene.hbsaas.com/GeneB/', upFileUrl: 'https://m.hbgene.hbsaas.com/',
imageUrl: 'https://m.hbgene.hbsaas.com/GeneB/',
Timestamp: new Date().getTime(), Timestamp: new Date().getTime(),
scene: {}, scene: {},

Loading…
Cancel
Save