@@ -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/'
@@ -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/, '')
}