From 332cb84f4e7dad39dc4d7e8a2d2a0717dcf72588 Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Thu, 01 Sep 2022 11:57:23 +0800
Subject: [PATCH] 添加返回引导页

---
 vue.config.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/vue.config.js b/vue.config.js
index c43e127..d37c94c 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -4,7 +4,7 @@
 
 module.exports = {
     //路径前缀
-    publicPath: "/zhny-web",
+    publicPath: "/",
     lintOnSave: true,
     productionSourceMap: false,
     chainWebpack: (config) => {
@@ -40,7 +40,7 @@
     //开发模式反向代理配置,生产模式请使用Nginx部署并配置反向代理
     devServer: {
         // 本地配置host生效
-        disableHostCheck:true,
+        disableHostCheck: true,
         port: 1888,
         proxy: {
             '/api': {

--
Gitblit v1.9.3