From 99fd4a050dc77fe162976b24218910632486644e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=8E=E5=8A=B2=E9=BE=99?= <2860996570@qq.com>
Date: Mon, 30 Dec 2024 15:50:04 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=B9=E6=B3=95z?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.env.production | 4 ++--
src/views/components/renwuType/webType1.vue | 2 +-
src/views/components/renwuType/webType2DW.vue | 5 +++--
vue.config.js | 4 ++--
4 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/.env.production b/.env.production
index f542820..ffd1313 100644
--- a/.env.production
+++ b/.env.production
@@ -5,5 +5,5 @@ VUE_APP_TITLE = 太仓市网络和数据资产采集管理系统
ENV = 'production'
# 若依管理系统/生产环境
-# VUE_APP_BASE_API = 'http://39.101.188.84:9115'
-VUE_APP_BASE_API = 'http://20.1.0.164/api'
+VUE_APP_BASE_API = 'http://39.101.188.84:9115'
+# VUE_APP_BASE_API = 'http://20.1.0.164/api'
diff --git a/src/views/components/renwuType/webType1.vue b/src/views/components/renwuType/webType1.vue
index 44fae16..fa11ec4 100644
--- a/src/views/components/renwuType/webType1.vue
+++ b/src/views/components/renwuType/webType1.vue
@@ -130,7 +130,7 @@
-
diff --git a/src/views/components/renwuType/webType2DW.vue b/src/views/components/renwuType/webType2DW.vue
index 04fa7b3..7bcfe31 100644
--- a/src/views/components/renwuType/webType2DW.vue
+++ b/src/views/components/renwuType/webType2DW.vue
@@ -141,7 +141,7 @@
-
+
{
if (valid) {
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) 的;(项目打包之后,静态资源会放在这个文件夹下)