Przeglądaj źródła

Merge branch 'master_zyh' of United_Software/k_online_ui into master

Jack Zhou 2 miesięcy temu
rodzic
commit
20077ddca7
2 zmienionych plików z 2 dodań i 2 usunięć
  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.161/Customer_Service_Online'
+VITE_API_HOST = 'http://192.168.14.224/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.161',
+          target: 'http://192.168.14.224',
           changeOrigin: true,
           rewrite: (path: string) => path.replace(/^\/api/, '')
         }