From 2bafc17175ba18bd2a4fd0a241024c22a5416164 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期六, 11 四月 2026 14:06:18 +0800
Subject: [PATCH] 中兴实强app 1.部署修改
---
src/pages/index.vue | 30 +++++-----
src/pages/works.vue | 134 ++++++++++++++++++++++----------------------
src/config.js | 4
src/manifest.json | 4
4 files changed, 86 insertions(+), 86 deletions(-)
diff --git a/src/config.js b/src/config.js
index 42a7174..5fb847f 100644
--- a/src/config.js
+++ b/src/config.js
@@ -1,7 +1,7 @@
// 搴旂敤鍏ㄥ眬閰嶇疆
const config = {
- baseUrl: "http://1.15.17.182:9003",
- fileUrl: "http://1.15.17.182:9002",
+ baseUrl: "https://122701huey826.vicp.fun",
+ fileUrl: "http://122701huey826.vicp.fun",
// 搴旂敤淇℃伅
appInfo: {
// 搴旂敤鍚嶇О
diff --git a/src/manifest.json b/src/manifest.json
index 3934c37..cce9364 100644
--- a/src/manifest.json
+++ b/src/manifest.json
@@ -1,6 +1,6 @@
{
- "name" : "淇℃伅绠$悊",
- "appid" : "__UNI__099A590",
+ "name" : "涓叴瀹炲己",
+ "appid" : "__UNI__1F2DCE1",
"description" : "",
"versionName" : "1.1.5",
"versionCode" : 100,
diff --git a/src/pages/index.vue b/src/pages/index.vue
index b7d3fa9..bf5ef0c 100644
--- a/src/pages/index.vue
+++ b/src/pages/index.vue
@@ -208,21 +208,21 @@
icon: "/static/images/icon/shengchanbaogong.svg",
action: "scan",
},
- {
- label: "璁惧宸℃",
- icon: "/static/images/icon/xunjianshangchuan.svg",
- route: "/pages/inspectionUpload/index",
- },
- {
- label: "璁惧淇濆吇",
- icon: "/static/images/icon/shebeibaoyang.svg",
- route: "/pages/equipmentManagement/upkeep/index",
- },
- {
- label: "璁惧鎶ヤ慨",
- icon: "/static/images/icon/shebeibaoxiu.svg",
- route: "/pages/equipmentManagement/repair/index",
- },
+ // {
+ // label: "璁惧宸℃",
+ // icon: "/static/images/icon/xunjianshangchuan.svg",
+ // route: "/pages/inspectionUpload/index",
+ // },
+ // {
+ // label: "璁惧淇濆吇",
+ // icon: "/static/images/icon/shebeibaoyang.svg",
+ // route: "/pages/equipmentManagement/upkeep/index",
+ // },
+ // {
+ // label: "璁惧鎶ヤ慨",
+ // icon: "/static/images/icon/shebeibaoxiu.svg",
+ // route: "/pages/equipmentManagement/repair/index",
+ // },
];
const isCanvas2d = ref(false);
diff --git a/src/pages/works.vue b/src/pages/works.vue
index 8d37e74..d049f52 100644
--- a/src/pages/works.vue
+++ b/src/pages/works.vue
@@ -177,27 +177,27 @@
</view>
</view>
<!-- 鍞悗鏈嶅姟妯″潡 -->
- <view class="common-module after-sales-module"
- v-if="hasAfterSalesServiceItems">
- <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 afterSalesServiceItems"
- :key="index"
- @click="handleCommonItemClick(item)">
- <view class="icon-container">
- <image :src="item.icon" class="item-icon"></image>
- </view>
- <text class="item-label">{{item.label}}</text>
- </up-grid-item>
- </up-grid>
- </view>
- </view>
+<!-- <view class="common-module after-sales-module"-->
+<!-- v-if="hasAfterSalesServiceItems">-->
+<!-- <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 afterSalesServiceItems"-->
+<!-- :key="index"-->
+<!-- @click="handleCommonItemClick(item)">-->
+<!-- <view class="icon-container">-->
+<!-- <image :src="item.icon" class="item-icon"></image>-->
+<!-- </view>-->
+<!-- <text class="item-label">{{item.label}}</text>-->
+<!-- </up-grid-item>-->
+<!-- </up-grid>-->
+<!-- </view>-->
+<!-- </view>-->
<!-- 璐ㄩ噺绠$悊妯″潡 -->
<view class="common-module collaboration-module"
v-if="hasQualityItems">
@@ -221,49 +221,49 @@
</view>
</view>
<!-- 璁惧绠$悊妯″潡 -->
- <view class="common-module equipment-module"
- v-if="hasEquipmentItems">
- <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 equipmentItems"
- :key="index"
- @click="handleCommonItemClick(item)">
- <view class="icon-container">
- <image :src="item.icon" class="item-icon"></image>
- </view>
- <text class="item-label">{{item.label}}</text>
- </up-grid-item>
- </up-grid>
- </view>
- </view>
+<!-- <view class="common-module equipment-module"-->
+<!-- v-if="hasEquipmentItems">-->
+<!-- <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 equipmentItems"-->
+<!-- :key="index"-->
+<!-- @click="handleCommonItemClick(item)">-->
+<!-- <view class="icon-container">-->
+<!-- <image :src="item.icon" class="item-icon"></image>-->
+<!-- </view>-->
+<!-- <text class="item-label">{{item.label}}</text>-->
+<!-- </up-grid-item>-->
+<!-- </up-grid>-->
+<!-- </view>-->
+<!-- </view>-->
<!-- 瀹夊叏鐢熶骇妯″潡 -->
- <view class="common-module collaboration-module"
- v-if="hasSafetyItems">
- <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 safetyItems"
- :key="index"
- @click="handleCommonItemClick(item)">
- <view class="icon-container">
- <image :src="item.icon" class="item-icon"></image>
- </view>
- <text class="item-label">{{item.label}}</text>
- </up-grid-item>
- </up-grid>
- </view>
- </view>
+<!-- <view class="common-module collaboration-module"-->
+<!-- v-if="hasSafetyItems">-->
+<!-- <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 safetyItems"-->
+<!-- :key="index"-->
+<!-- @click="handleCommonItemClick(item)">-->
+<!-- <view class="icon-container">-->
+<!-- <image :src="item.icon" class="item-icon"></image>-->
+<!-- </view>-->
+<!-- <text class="item-label">{{item.label}}</text>-->
+<!-- </up-grid-item>-->
+<!-- </up-grid>-->
+<!-- </view>-->
+<!-- </view>-->
<DownloadProgressMask />
</view>
@@ -333,10 +333,10 @@
icon: "/static/images/icon/gongyingshangwanglai.svg",
label: "渚涘簲鍟嗗線鏉�",
},
- {
- icon: "/static/images/icon/caigouguanli.svg",
- label: "閲囪喘閫�璐�",
- },
+ // {
+ // icon: "/static/images/icon/caigouguanli.svg",
+ // label: "閲囪喘閫�璐�",
+ // },
]);
// 璐㈠姟绠$悊鍔熻兘鏁版嵁
--
Gitblit v1.9.3