瀏覽代碼

还原代码

wanggaokun 1 年之前
父節點
當前提交
7d8fc9b89f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      PHM-web/vue.config.js

+ 1 - 1
PHM-web/vue.config.js

@@ -35,7 +35,7 @@ module.exports = {
     proxy: {
       // detail: https://cli.vuejs.org/config/#devserver-proxy
       [process.env.VUE_APP_BASE_API]: {
-        target: `http://192.168.0.100:8080`,
+        target: `http://localhost:8080`,
         changeOrigin: true,
         pathRewrite: {
           ['^' + process.env.VUE_APP_BASE_API]: ''