From 546c0df2c7d278cb2a3e6fa6fc2ff730d410fdbd Mon Sep 17 00:00:00 2001
From: 明梦爽 <2972214568@qq.com>
Date: 星期二, 25 一月 2022 16:54:48 +0800
Subject: [PATCH] more
---
vue.config.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/vue.config.js b/vue.config.js
index fd68264..ccc864d 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://8.140.68.52',
changeOrigin: true,
ws:true,
pathRewrite: {
--
Gitblit v1.8.0