From a3ee87d62ccecc2e1e0b4f2f0cb8875a5efa88c8 Mon Sep 17 00:00:00 2001
From: lyfO_o <764716047@qq.com>
Date: Fri, 13 May 2022 14:51:20 +0800
Subject: [PATCH] 用户相关部门
---
config/index.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/config/index.js b/config/index.js
index da68a8d..d087506 100644
--- a/config/index.js
+++ b/config/index.js
@@ -47,10 +47,10 @@
build: {
// Template for index.html
- index: path.resolve(__dirname, '../dist/index.html'),
+ index: path.resolve(__dirname, '../zhongtaiweb/index.html'),
// Paths
- assetsRoot: path.resolve(__dirname, '../dist'),
+ assetsRoot: path.resolve(__dirname, '../zhongtaiweb'),
assetsSubDirectory: 'static',
// assetsSubDirectory: 'dataShow/static',
--
Gitblit v1.9.2