瀏覽代碼

更新 'vue.config.js'

yoko 1 年之前
父節點
當前提交
fcea6fe482
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      vue.config.js

+ 2 - 2
vue.config.js

@@ -21,13 +21,13 @@ module.exports = {
     },
     proxy: {
       '/api': {
-        target: `http://172.16.121.248:8080`,
+        target: `http://zk.li-ai.com.cn:8080`,
         // target: `http://172.16.12.146:8080`,
         ws: true,
         changeOrigin: true,
       },
       '/ws': {
-         target: `ws://172.16.121.248:8080/ws`,
+         target: `ws://zk.li-ai.com.cn:8080/ws`,
         // target: `ws://172.16.12.146:8080/ws`,
         ws: true,
         changeOrigin: true,