Jack Zhou 11 часов назад
Родитель
Сommit
43d06fbf68
3 измененных файлов с 3 добавлено и 3 удалено
  1. 1 1
      .env.development
  2. 1 1
      vite.config.ts
  3. 1 1
      vite.config.ts.timestamp-1772161604204-11dfcc4937af7.mjs

+ 1 - 1
.env.development

@@ -1,2 +1,2 @@
-VITE_API_HOST = 'http://192.168.14.224/Customer_Service_Online'
+VITE_API_HOST = 'http://192.168.114.65/Customer_Service_Online'
 VITE_BASE_URL = '/k_new_online/'

+ 1 - 1
vite.config.ts

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

+ 1 - 1
vite.config.ts.timestamp-1772161604204-11dfcc4937af7.mjs

@@ -59,7 +59,7 @@ var vite_config_default = defineConfig(({ mode }) => {
       // 设置 https 代理
       proxy: {
         "/api": {
-          target: "http://192.168.14.224",
+          target: "http://192.168.114.65",
           changeOrigin: true,
           rewrite: (path) => path.replace(/^\/api/, "")
         }