wuxiang 1 年之前
父节点
当前提交
61e9db250b
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      vue.config.js

+ 4 - 4
vue.config.js

@@ -50,12 +50,12 @@ module.exports = {
     devServer: {
         proxy: {
             '/api': {
-                target: 'http://localhost:80',
+                target: 'http://localhost:5000',
                 // ws: true,
                 changeOrigin: true,
-                // pathRewrite:{
-                //   "^/geoserver":""
-                // } 
+                pathRewrite: {
+                    "^/api": ""
+                }
             }
         }
     },