From 88e5e87040030adadbcf7369c3bd981a1492c331 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=8A=B2=E9=BE=99?= <2860996570@qq.com> Date: Tue, 7 Jan 2025 14:04:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=AE=A1=E6=A0=B8=EF=BC=8C?= =?UTF-8?q?=E6=A0=B8=E6=9F=A5=E7=9A=84=E8=BF=94=E5=9B=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/renwuType/index_v1.vue | 20 ++++++++++-------- src/views/components/renwuType/index_v2.vue | 20 +++++++++--------- src/views/components/renwuType/index_v3.vue | 21 ++++++++++--------- src/views/components/renwuType/index_v4.vue | 21 ++++++++++--------- src/views/components/renwuType/webType1.vue | 1 - src/views/components/renwuType/webType2DW.vue | 1 - vue.config.js | 4 ++-- 7 files changed, 45 insertions(+), 43 deletions(-) diff --git a/src/views/components/renwuType/index_v1.vue b/src/views/components/renwuType/index_v1.vue index 66526e5..0acb74e 100644 --- a/src/views/components/renwuType/index_v1.vue +++ b/src/views/components/renwuType/index_v1.vue @@ -222,26 +222,28 @@               - + + 关停 取消 暂存 提交 - 返回 - + - + + 返回 + 不通过 通过 - 返回 - - - 返回 + + diff --git a/src/views/components/renwuType/index_v2.vue b/src/views/components/renwuType/index_v2.vue index 1542a70..0d49b20 100644 --- a/src/views/components/renwuType/index_v2.vue +++ b/src/views/components/renwuType/index_v2.vue @@ -311,29 +311,29 @@               - + 关停 取消 暂存 提交 - 返回 + - - - + + 返回 + 不通过 通过 - 返回 + - - 返回 - + diff --git a/src/views/components/renwuType/index_v3.vue b/src/views/components/renwuType/index_v3.vue index e5acd14..85704ae 100644 --- a/src/views/components/renwuType/index_v3.vue +++ b/src/views/components/renwuType/index_v3.vue @@ -165,28 +165,29 @@               - + 关停 取消 暂存 提交 - 返回 + - - - + + 返回 + 不通过 通过 - 返回 - - - 返回 + + diff --git a/src/views/components/renwuType/index_v4.vue b/src/views/components/renwuType/index_v4.vue index 150057c..7b45629 100644 --- a/src/views/components/renwuType/index_v4.vue +++ b/src/views/components/renwuType/index_v4.vue @@ -152,29 +152,30 @@               - + 关停 取消 暂存 提交 - 返回 + - - - + + 返回 + 不通过 通过 - 返回 + - - 返回 - + diff --git a/src/views/components/renwuType/webType1.vue b/src/views/components/renwuType/webType1.vue index 0d91a85..432a48f 100644 --- a/src/views/components/renwuType/webType1.vue +++ b/src/views/components/renwuType/webType1.vue @@ -2485,7 +2485,6 @@ v-if="$route.query.pageType == 'change'"> 不通过 通过 - 返回 diff --git a/src/views/components/renwuType/webType2DW.vue b/src/views/components/renwuType/webType2DW.vue index 331b84e..93fd960 100644 --- a/src/views/components/renwuType/webType2DW.vue +++ b/src/views/components/renwuType/webType2DW.vue @@ -2744,7 +2744,6 @@ 取消 暂存 提交 - 返回 返回 diff --git a/vue.config.js b/vue.config.js index 6a0ac7f..3776cf0 100644 --- a/vue.config.js +++ b/vue.config.js @@ -18,8 +18,8 @@ module.exports = { // 部署生产环境和开发环境下的URL。 // 默认情况下,Vue CLI 会假设你的应用是被部署在一个域名的根路径上 // 例如 https://www.ruoyi.vip/。如果应用被部署在一个子路径上,你就需要用这个选项指定这个子路径。例如,如果你的应用被部署在 https://www.ruoyi.vip/admin/,则设置 baseUrl 为 /admin/。 - // publicPath: process.env.NODE_ENV === "production" ? "/demo/TcAssetVerificationPc" : "/", - publicPath: process.env.NODE_ENV === "production" ? "./" : "/", + publicPath: process.env.NODE_ENV === "production" ? "/demo/TcAssetVerificationPc" : "/", + // publicPath: process.env.NODE_ENV === "production" ? "./" : "/", // 在npm run build 或 yarn build 时 ,生成文件的目录名称(要和baseUrl的生产环境路径一致)(默认dist) outputDir: 'dist', // 用于放置生成的静态资源 (js、css、img、fonts) 的;(项目打包之后,静态资源会放在这个文件夹下)