jack.zhou 3 päivää sitten
vanhempi
commit
1cba72c3b9
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      .env.production
  2. 1 1
      vite.config.ts

+ 1 - 1
.env.production

@@ -29,4 +29,4 @@ VITE_LABORATORY: dashoo.labsop.laboratory-34000
 #公共配置
 VITE_UPLOAD = /weedfs/upload
 #图片回显域名
-VITE_IMAGE_BASE_URL = http://l-gz-zyyfy.labsop.cn
+VITE_IMAGE_BASE_URL = https://ilp.zmuhospital.com

+ 1 - 1
vite.config.ts

@@ -35,7 +35,7 @@ export default defineConfig({
     allowedHosts: ['4ik677er1300.vicp.fun'],
     proxy: {
       '/wechat': {
-        target: 'http://l-gz-zyyfy.labsop.cn',
+        target: 'https://ilp.zmuhospital.com',
         ws: true,
         changeOrigin: true
       },