傅行帆 5 年前
父节点
当前提交
1af933ad91
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      vue.config.js

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

@@ -3,7 +3,7 @@ module.exports = {
3 3
   devServer: {
4 4
     proxy: {
5 5
       '/api': {
6
-        target: 'http://192.168.0.11:8080',
6
+        target: 'http://localhost:8080',
7 7
         changeOrigin: true,
8 8
         // pathRewrite: {
9 9
         //   '^/api': '/'