From 5923d4cfa9da67a6cc30c7c9ba01cf913a51a51e Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 21 十一月 2025 14:27:23 +0800
Subject: [PATCH] 部署修改

---
 src/pages/index.vue |  226 ++++++++++++++++++++++++++++----------------------------
 src/config.js       |    3 
 src/manifest.json   |    4 
 3 files changed, 116 insertions(+), 117 deletions(-)

diff --git a/src/config.js b/src/config.js
index 135cce3..d6ce6c0 100644
--- a/src/config.js
+++ b/src/config.js
@@ -2,8 +2,7 @@
 const config = {
   //  baseUrl: 'https://vue.ruoyi.vip/prod-api',
   // baseUrl: 'http://localhost/prod-api',
-  baseUrl: 'http://114.132.189.42:9066', // 瀹佸娑︽嘲
-  // baseUrl: 'http://114.132.189.42:9068', // 鏂扮枂娴峰窛寮�蹇�
+  baseUrl: 'http://114.132.189.42:9066', // 閲戦拱榛勯噾
   // baseUrl: 'http://192.168.1.147:9036',
    //cloud鍚庡彴缃戝叧鍦板潃
   //  baseUrl: 'http://192.168.10.3:8080',
diff --git a/src/manifest.json b/src/manifest.json
index 3d35fe5..ae5ee97 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -1,6 +1,6 @@
 {
-    "name" : "娑︽嘲鐢熺墿",
-    "appid" : "__UNI__115F1B1",
+    "name" : "閲戦拱榛勯噾",
+    "appid" : "__UNI__BA080C6",
     "description" : "",
     "versionName" : "1.0.0",
     "versionCode" : "100",
diff --git a/src/pages/index.vue b/src/pages/index.vue
index 9bd3452..405ce3e 100644
--- a/src/pages/index.vue
+++ b/src/pages/index.vue
@@ -11,7 +11,7 @@
 		<view class="hero-section">
 			<view class="bg-img">
 				<view class="hero-content">
-					<text class="hero-title">娑︽嘲鐢熺墿绉戞妧</text>
+					<text class="hero-title">閲戦拱榛勯噾</text>
 				</view>
 				<view class="hero-wave"></view>
 			</view>
@@ -33,94 +33,94 @@
 		<!--		</view>-->
 		
 		<!-- 钀ラ攢绠$悊妯″潡 -->
-		<view class="common-module marketing-module">
-			<view class="module-header">
-				<view class="module-title-container">
-					<text class="module-title">钀ラ攢绠$悊</text>
-				</view>
-			</view>
-			<view class="module-content">
-				<up-grid
-					:border="false"
-					col="4"
-				>
-					<up-grid-item
-						v-for="(item, index) in marketingItems"
-						:key="index"
-						@click="handleCommonItemClick(item)"
-					>
-						<view class="icon-container" :style="{ background: item.bgColor }">
-							<up-icon
-								:name="item.icon"
-								:size="58"
-								color="#ffffff"
-							></up-icon>
-						</view>
-						<text class="item-label">{{item.label}}</text>
-					</up-grid-item>
-				</up-grid>
-			</view>
-		</view>
-		
-		<!-- 閲囪喘绠$悊妯″潡 -->
-		<view class="common-module purchase-module">
-			<view class="module-header">
-				<view class="module-title-container">
-					<text class="module-title">閲囪喘绠$悊</text>
-				</view>
-			</view>
-			<view class="module-content">
-				<up-grid
-					:border="false"
-					col="4"
-				>
-					<up-grid-item
-						v-for="(item, index) in purchaseItems"
-						:key="index"
-						@click="handleCommonItemClick(item)"
-					>
-						<view class="icon-container" :style="{ background: item.bgColor }">
-							<up-icon
-								:name="item.icon"
-								:size="58"
-								color="#ffffff"
-							></up-icon>
-						</view>
-						<text class="item-label">{{item.label}}</text>
-					</up-grid-item>
-				</up-grid>
-			</view>
-		</view>
-		
-		<!-- 鍗忓悓鍔炲叕妯″潡 -->
-		<view class="common-module collaboration-module">
-			<view class="module-header">
-				<view class="module-title-container">
-					<text class="module-title">鍗忓悓鍔炲叕</text>
-				</view>
-			</view>
-			<view class="module-content">
-				<up-grid
-					:border="false"
-					col="4"
-				>
-					<up-grid-item
-						v-for="(item, index) in collaborationItems"
-						:key="index"
-						@click="handleCommonItemClick(item)"
-					>
-						<view class="icon-container" :style="{ background: item.bgColor }">
-							<up-icon
-								:name="item.icon"
-								:size="58"
-								color="#ffffff"
-							></up-icon>
-						</view>
-						<text class="item-label">{{item.label}}</text>
-					</up-grid-item>
-				</up-grid>
-			</view>
-		</view>
+<!--		<view class="common-module marketing-module">-->
+<!--			<view class="module-header">-->
+<!--				<view class="module-title-container">-->
+<!--					<text class="module-title">钀ラ攢绠$悊</text>-->
+<!--				</view>-->
+<!--			</view>-->
+<!--			<view class="module-content">-->
+<!--				<up-grid-->
+<!--					:border="false"-->
+<!--					col="4"-->
+<!--				>-->
+<!--					<up-grid-item-->
+<!--						v-for="(item, index) in marketingItems"-->
+<!--						:key="index"-->
+<!--						@click="handleCommonItemClick(item)"-->
+<!--					>-->
+<!--						<view class="icon-container" :style="{ background: item.bgColor }">-->
+<!--							<up-icon-->
+<!--								:name="item.icon"-->
+<!--								:size="58"-->
+<!--								color="#ffffff"-->
+<!--							></up-icon>-->
+<!--						</view>-->
+<!--						<text class="item-label">{{item.label}}</text>-->
+<!--					</up-grid-item>-->
+<!--				</up-grid>-->
+<!--			</view>-->
+<!--		</view>-->
+<!--		-->
+<!--		&lt;!&ndash; 閲囪喘绠$悊妯″潡 &ndash;&gt;-->
+<!--		<view class="common-module purchase-module">-->
+<!--			<view class="module-header">-->
+<!--				<view class="module-title-container">-->
+<!--					<text class="module-title">閲囪喘绠$悊</text>-->
+<!--				</view>-->
+<!--			</view>-->
+<!--			<view class="module-content">-->
+<!--				<up-grid-->
+<!--					:border="false"-->
+<!--					col="4"-->
+<!--				>-->
+<!--					<up-grid-item-->
+<!--						v-for="(item, index) in purchaseItems"-->
+<!--						:key="index"-->
+<!--						@click="handleCommonItemClick(item)"-->
+<!--					>-->
+<!--						<view class="icon-container" :style="{ background: item.bgColor }">-->
+<!--							<up-icon-->
+<!--								:name="item.icon"-->
+<!--								:size="58"-->
+<!--								color="#ffffff"-->
+<!--							></up-icon>-->
+<!--						</view>-->
+<!--						<text class="item-label">{{item.label}}</text>-->
+<!--					</up-grid-item>-->
+<!--				</up-grid>-->
+<!--			</view>-->
+<!--		</view>-->
+<!--		-->
+<!--		&lt;!&ndash; 鍗忓悓鍔炲叕妯″潡 &ndash;&gt;-->
+<!--		<view class="common-module collaboration-module">-->
+<!--			<view class="module-header">-->
+<!--				<view class="module-title-container">-->
+<!--					<text class="module-title">鍗忓悓鍔炲叕</text>-->
+<!--				</view>-->
+<!--			</view>-->
+<!--			<view class="module-content">-->
+<!--				<up-grid-->
+<!--					:border="false"-->
+<!--					col="4"-->
+<!--				>-->
+<!--					<up-grid-item-->
+<!--						v-for="(item, index) in collaborationItems"-->
+<!--						:key="index"-->
+<!--						@click="handleCommonItemClick(item)"-->
+<!--					>-->
+<!--						<view class="icon-container" :style="{ background: item.bgColor }">-->
+<!--							<up-icon-->
+<!--								:name="item.icon"-->
+<!--								:size="58"-->
+<!--								color="#ffffff"-->
+<!--							></up-icon>-->
+<!--						</view>-->
+<!--						<text class="item-label">{{item.label}}</text>-->
+<!--					</up-grid-item>-->
+<!--				</up-grid>-->
+<!--			</view>-->
+<!--		</view>-->
 		
 		<!-- 鐢熶骇绠℃帶妯″潡 -->
 <!--		<view class="common-module production-module">-->
@@ -325,30 +325,30 @@
 		icon: '/static/images/icon/shbeibaoyang@2x.png',
 		label: '璁惧淇濆吇',
 	},
-	{
-		icon: '/static/images/icon/xunjianshangchuan@2x.png',
-		label: '宸℃涓婁紶',
-	},
-	{
-		icon: '/static/images/icon/guzhangfenxi@2x.png',
-		label: '鍒嗘瀽杩芥函',
-		bgColor: '#ff9800'
-	},
-	{
-		icon: '/static/images/icon/zhinengpaidan@2x.png',
-		label: '鏅鸿兘娲惧崟',
-		bgColor: '#ff6b35'
-	},
-	{
-		icon: '/static/images/icon/zuoyezhidao@2x.png',
-		label: '浣滀笟鎸囧',
-		bgColor: '#4caf50'
-	},
-	{
-		icon: '/static/images/icon/jieguoyanzheng@2x.png',
-		label: '缁撴灉楠岃瘉',
-		bgColor: '#9c27b0'
-	}
+	// {
+	// 	icon: '/static/images/icon/xunjianshangchuan@2x.png',
+	// 	label: '宸℃涓婁紶',
+	// },
+	// {
+	// 	icon: '/static/images/icon/guzhangfenxi@2x.png',
+	// 	label: '鍒嗘瀽杩芥函',
+	// 	bgColor: '#ff9800'
+	// },
+	// {
+	// 	icon: '/static/images/icon/zhinengpaidan@2x.png',
+	// 	label: '鏅鸿兘娲惧崟',
+	// 	bgColor: '#ff6b35'
+	// },
+	// {
+	// 	icon: '/static/images/icon/zuoyezhidao@2x.png',
+	// 	label: '浣滀笟鎸囧',
+	// 	bgColor: '#4caf50'
+	// },
+	// {
+	// 	icon: '/static/images/icon/jieguoyanzheng@2x.png',
+	// 	label: '缁撴灉楠岃瘉',
+	// 	bgColor: '#9c27b0'
+	// }
 ]);
 
 // 澶勭悊甯哥敤鍔熻兘鐐瑰嚮

--
Gitblit v1.9.3