From 30ae9e929fad80f624ab632c53081db3d2dc9aec Mon Sep 17 00:00:00 2001
From: 648540858 <648540858@qq.com>
Date: 星期四, 25 五月 2023 17:28:57 +0800
Subject: [PATCH] 合并主线
---
web_src/config/index.js | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/web_src/config/index.js b/web_src/config/index.js
index fc0aa1f..3afb4c3 100644
--- a/web_src/config/index.js
+++ b/web_src/config/index.js
@@ -8,11 +8,11 @@
dev: {
// Paths
- assetsSubDirectory: './static',
- assetsPublicPath: './',
+ assetsSubDirectory: 'static',
+ assetsPublicPath: '/',
proxyTable: {
'/debug': {
- target: 'https://default.wvp-pro.cn:18080',
+ target: 'https://default.wvp-pro.cn:18082',
changeOrigin: true,
pathRewrite: {
'^/debug': '/'
@@ -61,7 +61,7 @@
// Paths
assetsRoot: path.resolve(__dirname, '../../src/main/resources/static/'),
assetsSubDirectory: './static',
- assetsPublicPath: './',
+ assetsPublicPath: '/',
/**
* Source Maps
--
Gitblit v1.8.0