From 149ca94b739f7f2286a502c1dc6627817a43f2a5 Mon Sep 17 00:00:00 2001
From: 明梦爽 <2972214568@qq.com>
Date: 星期一, 08 八月 2022 18:02:46 +0800
Subject: [PATCH] 修改readme
---
vue.config.js | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/vue.config.js b/vue.config.js
index fd68264..9557797 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -1,10 +1,11 @@
const webpack = require('webpack');
module.exports = {
+ publicPath:'./',
configureWebpack: {
devServer: {
proxy: {
'/api': {
- target: 'http://10.2.33.200',
+ target: 'http://localhost:7070',
changeOrigin: true,
ws:true,
pathRewrite: {
@@ -13,5 +14,5 @@
}
}
}
- }
+ },
}
\ No newline at end of file
--
Gitblit v1.8.0