From 7ac82b3909167faad69d8ba4d30b11611f4aeb81 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Wed, 3 Jan 2024 14:51:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E5=86=9C=E5=A4=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/screenShow/index.vue | 2 +- src/pages/screenShow/indexPro.vue | 2 +- src/router/permission.js | 2 +- vue.config.js | 22 +++++++++------------- 4 files changed, 12 insertions(+), 16 deletions(-) diff --git a/src/pages/screenShow/index.vue b/src/pages/screenShow/index.vue index f8a051e..a2a7c65 100644 --- a/src/pages/screenShow/index.vue +++ b/src/pages/screenShow/index.vue @@ -8,7 +8,7 @@
-
安农大数据可视化看板
+
安徽省绿色食品全产业链数据可视化看板
diff --git a/src/pages/screenShow/indexPro.vue b/src/pages/screenShow/indexPro.vue index 7eac617..07c6092 100644 --- a/src/pages/screenShow/indexPro.vue +++ b/src/pages/screenShow/indexPro.vue @@ -8,7 +8,7 @@
-
安徽农业大学
+
安徽省绿色食品全产业链数据可视化看板
diff --git a/src/router/permission.js b/src/router/permission.js index 3b5182e..79003cb 100644 --- a/src/router/permission.js +++ b/src/router/permission.js @@ -4,7 +4,7 @@ import util from "@/libs/util"; const whiteList = Setting.whiteList // 白名单 router.beforeEach((to, from, next) => { - document.title = to.path === '/screenShow' || to.path === '/screenShowPro' ? '安农大数据可视化看板' : Setting.titleSuffix + '-' + to.meta.title + document.title = to.path === '/screenShow' || to.path === '/screenShowPro' ? '安徽省绿色食品全产业链数据可视化看板' : Setting.titleSuffix + '-' + to.meta.title const role = util.local.get(Setting.tokenKey); if (!role && !whiteList.includes(to.path)) { next('/login') diff --git a/vue.config.js b/vue.config.js index a39e4ee..3640ff7 100644 --- a/vue.config.js +++ b/vue.config.js @@ -21,17 +21,13 @@ module.exports = { port: 8082 // 固定端口 }, configureWebpack: { - output: { // 输出重构 打包编译后的 文件名称 【模块名称.版本号.时间戳】 - filename: `[name].${process.env.VUE_APP_VERSION}.${timeStamp}.js`, - chunkFilename: `[name].${process.env.VUE_APP_VERSION}.${timeStamp}.js` - }, - }, - // output: { - // // 把应用打包成umd库格式 - // library:'myLibrary', - // // 输出重构 打包编译后的文件名称 【模块名称.时间戳】 - // filename: `[name].${timeStamp}.js`, - // libraryTarget:'umd', - // globalObject:'this', - // }, + output: { + // 把应用打包成umd库格式 + library:'myLibrary', + // 输出重构 打包编译后的文件名称 【模块名称.时间戳】 + filename: `[name].${timeStamp}.js`, + libraryTarget:'umd', + globalObject:'this', + }, + }, }; \ No newline at end of file