李志伟 3 年之前
父節點
當前提交
1611e3d11e
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      vue.config.js

+ 1
- 1
vue.config.js 查看文件

@@ -33,7 +33,7 @@ module.exports = {
33 33
     open: true,
34 34
     proxy: {
35 35
       '/api': {
36
-        target: 'http://192.168.89.147:8080',
36
+        target: 'http://192.168.89.147:9000',
37 37
         changeOrigin: true
38 38
       }
39 39
     }