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) 的;(项目打包之后,静态资源会放在这个文件夹下)