From c76b6b7d56a681f4c0e62764fd922f90b4df03dd Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 20 Feb 2025 20:44:21 +0800
Subject: [PATCH] 安义基础配置调整

---
 src/pages/login.vue                            |    2 +-
 .env.development                               |    2 +-
 src/pages/single/index.vue                     |    2 +-
 index.html                                     |    4 ++--
 .env.production                                |    2 +-
 src/views/supplies/components/dataContent.vue  |    2 +-
 vite.config.js                                 |    8 ++++----
 src/pages/main/index.vue                       |    2 +-
 src/views/space/components/box/dataContent.vue |    2 +-
 9 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/.env.development b/.env.development
index c60cd01..bddc1ab 100644
--- a/.env.development
+++ b/.env.development
@@ -13,7 +13,7 @@
 VITE_APP_ENV = 'development'
 
 #接口地址
-VITE_APP_API=/zhyqrcapi
+VITE_APP_API=/zhyqayapi
 
 #页面基础路径
 VITE_APP_BASE=/zhyq-rc/
diff --git a/.env.production b/.env.production
index 4afbfac..0f8095a 100644
--- a/.env.production
+++ b/.env.production
@@ -14,7 +14,7 @@
 #接口地址
 #填写前缀 [/api] 需要用nginx进行反向代理
 #填写地址 [https://api.bladex.cn] 只需要保证接口支持跨域即可, 无需再做代理
-VITE_APP_API=/zhyqrcapi
+VITE_APP_API=/zhyqayapi
 
 #页面基础路径
 VITE_APP_BASE=/zhyq-rc/
diff --git a/index.html b/index.html
index d4dac18..7efb862 100644
--- a/index.html
+++ b/index.html
@@ -2,7 +2,7 @@
  * @Author: shuishen 1109946754@qq.com
  * @Date: 2024-10-25 10:56:27
  * @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2025-01-17 14:48:01
+ * @LastEditTime: 2025-02-20 20:42:12
  * @FilePath: \bigScreen\index.html
  * @Description: 
  * 
@@ -21,7 +21,7 @@
     rel="stylesheet"
     type="text/css"
   /> -->
-  <title>江西瑞昌经济开发区码头工业城化工集中区</title>
+  <title>安义化工园区“一园一策一图”VR平台</title>
 </head>
 
 <body>
diff --git a/src/pages/login.vue b/src/pages/login.vue
index fc52a84..98325d5 100644
--- a/src/pages/login.vue
+++ b/src/pages/login.vue
@@ -2,7 +2,7 @@
   <div class="box">
     <div class="login">
       <div class="logintitle">
-        江西瑞昌经济开发区码头工业城化工集中区
+        安义化工园区“一园一策一图”VR平台
       </div>
       <div class="getingo">
         <p class="title">用户登录</p>
diff --git a/src/pages/main/index.vue b/src/pages/main/index.vue
index d03874a..65529af 100644
--- a/src/pages/main/index.vue
+++ b/src/pages/main/index.vue
@@ -1,7 +1,7 @@
 <template>
   <div class="w100 h100 relative">
     <div class="main-header">
-      <div class="title">江西瑞昌经济开发区码头工业城化工集中区</div>
+      <div class="title">安义化工园区“一园一策一图”VR平台</div>
 
       <div class="login-out" @click="signOut">
         <img :src="loginOutBg" class="img" />
diff --git a/src/pages/single/index.vue b/src/pages/single/index.vue
index e3b1d2b..93905a9 100644
--- a/src/pages/single/index.vue
+++ b/src/pages/single/index.vue
@@ -2,7 +2,7 @@
   <div class="wrapper">
     <div class="w100 h100 relative main-content single-page" id="MainContent">
       <div class="main-header">
-        <div class="title">江西瑞昌经济开发区码头工业城化工集中区</div>
+        <div class="title">安义化工园区“一园一策一图”VR平台</div>
 
         <div class="login-out" @click="signOut">
           <img :src="loginOutBg" class="img" />
diff --git a/src/views/space/components/box/dataContent.vue b/src/views/space/components/box/dataContent.vue
index e5f9c58..66d0b8e 100644
--- a/src/views/space/components/box/dataContent.vue
+++ b/src/views/space/components/box/dataContent.vue
@@ -101,7 +101,7 @@
       const data = res.data.data
       data.records.forEach(item => {
         if (!item.firmName) {
-          item.firmName = '瑞昌化工集中区'
+          item.firmName = '安义化工集中区'
         }
       })
       tableData.value = data.records
diff --git a/src/views/supplies/components/dataContent.vue b/src/views/supplies/components/dataContent.vue
index 217e623..2e56ec4 100644
--- a/src/views/supplies/components/dataContent.vue
+++ b/src/views/supplies/components/dataContent.vue
@@ -58,7 +58,7 @@
 
 // 园区 企业
 const tilteList = ref([
-  { label: "瑞昌化工集中区", value: "0", id: "1" }
+  { label: "安义化工集中区", value: "0", id: "1" }
 ])
 
 onMounted(() => {
diff --git a/vite.config.js b/vite.config.js
index 15dfb45..1dcb7b4 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -2,7 +2,7 @@
  * @Author: shuishen 1109946754@qq.com
  * @Date: 2024-10-25 10:56:27
  * @LastEditors: shuishen 1109946754@qq.com
- * @LastEditTime: 2025-01-12 01:00:49
+ * @LastEditTime: 2025-02-20 20:40:33
  * @FilePath: \bigScreen\vite.config.js
  * @Description: 
  * 
@@ -129,11 +129,11 @@
         //   rewrite: path => path.replace(/^\/zhyq-rc\/mx/, ''),
         // },
 
-        '/zhyqrcapi': {
+        '/zhyqayapi': {
           // target: 'http://localhost:8082',
-          target: 'https://wrj.shuixiongit.com/zhyqrcapi',
+          target: 'https://wrj.shuixiongit.com/zhyqayapi',
           changeOrigin: true,
-          rewrite: path => path.replace(/^\/zhyqrcapi/, ''),
+          rewrite: path => path.replace(/^\/zhyqayapi/, ''),
         },
 
         '/arcgis117': {

--
Gitblit v1.9.3