Forráskód Böngészése

Merge branch 'dev_zyh' of United_Software/k_online_ui into dev

Jack Zhou 3 hónapja
szülő
commit
84914dd346
2 módosított fájl, 2 hozzáadás és 2 törlés
  1. 1 1
      .env.development
  2. 1 1
      vite.config.ts

+ 1 - 1
.env.development

@@ -1,2 +1,2 @@
-VITE_API_HOST = 'http://192.168.0.153/Customer_Service_Online'
+VITE_API_HOST = 'http://192.168.0.161/Customer_Service_Online'
 VITE_BASE_URL = '/k_new_online/'

+ 1 - 1
vite.config.ts

@@ -56,7 +56,7 @@ export default defineConfig(({ mode }) => {
       // 设置 https 代理
       proxy: {
         '/api': {
-          target: 'http://192.168.0.153',
+          target: 'http://192.168.0.161',
           changeOrigin: true,
           rewrite: (path: string) => path.replace(/^\/api/, '')
         }