Переглянути джерело

假数据制作,灭菌页面制作

asd26269546 2 роки тому
батько
коміт
a913b0fc64
41 змінених файлів з 899 додано та 434 видалено
  1. 10 3
      components/commons-header/index.vue
  2. 8 0
      manifest.json
  3. 20 12
      pages.json
  4. 88 67
      pages/equipment/equipment.vue
  5. 27 17
      pages/equipment/injectionMolding.vue
  6. 573 0
      pages/equipment/sterilization.vue
  7. 14 6
      pages/user/login.vue
  8. 25 8
      pages/user/user.vue
  9. BIN
      static/icon_gzms-1.png
  10. BIN
      static/images/app-icon.png
  11. 0 0
      static/images/mjg.png
  12. BIN
      unpackage/cache/apk/__UNI__C76B472_cm.apk
  13. 1 1
      unpackage/cache/apk/apkurl
  14. 0 0
      unpackage/cache/apk/cmManifestCache.json
  15. BIN
      unpackage/cache/wgt/__UNI__C76B472/.manifest/icon-android-hdpi.png
  16. BIN
      unpackage/cache/wgt/__UNI__C76B472/.manifest/icon-android-xhdpi.png
  17. BIN
      unpackage/cache/wgt/__UNI__C76B472/.manifest/icon-android-xxhdpi.png
  18. BIN
      unpackage/cache/wgt/__UNI__C76B472/.manifest/icon-android-xxxhdpi.png
  19. 2 2
      unpackage/cache/wgt/__UNI__C76B472/app-config-service.js
  20. 0 0
      unpackage/cache/wgt/__UNI__C76B472/app-service.js
  21. 0 0
      unpackage/cache/wgt/__UNI__C76B472/app-view.js
  22. 0 0
      unpackage/cache/wgt/__UNI__C76B472/manifest.json
  23. BIN
      unpackage/cache/wgt/__UNI__C76B472/static/icon_gzms-1.png
  24. BIN
      unpackage/cache/wgt/__UNI__C76B472/static/images/app-icon.png
  25. 0 0
      unpackage/cache/wgt/__UNI__C76B472/static/images/mjg.png
  26. 2 2
      unpackage/dist/build/app-plus/app-config-service.js
  27. 0 0
      unpackage/dist/build/app-plus/app-service.js
  28. 0 0
      unpackage/dist/build/app-plus/app-view.js
  29. 0 0
      unpackage/dist/build/app-plus/manifest.json
  30. BIN
      unpackage/dist/build/app-plus/static/icon_gzms-1.png
  31. BIN
      unpackage/dist/build/app-plus/static/images/app-icon.png
  32. 0 0
      unpackage/dist/build/app-plus/static/images/mjg.png
  33. 2 2
      unpackage/dist/dev/app-plus/app-config-service.js
  34. 0 0
      unpackage/dist/dev/app-plus/app-service.js
  35. 127 314
      unpackage/dist/dev/app-plus/app-view.js
  36. 0 0
      unpackage/dist/dev/app-plus/manifest.json
  37. BIN
      unpackage/dist/dev/app-plus/static/icon_gzms-1.png
  38. BIN
      unpackage/dist/dev/app-plus/static/images/ByteSailing-APP-设备列表-灭菌机.png
  39. 0 0
      unpackage/dist/dev/app-plus/static/images/mjg.png
  40. BIN
      unpackage/release/apk/__UNI__C76B472__20220825170919.apk
  41. BIN
      unpackage/release/apk/__UNI__C76B472__20220825172945.apk

+ 10 - 3
components/commons-header/index.vue

@@ -2,13 +2,15 @@
 	<view class="header-banner-warp">
 		<view class="header-banner">
 			<view class="back">
-				<uni-icons type="back" @click="backFn" size="30"></uni-icons>
+				
+				<i class="iconfont"  @click="backFn" style="font-size: 30rpx;">&#xe6c5;</i>
+				
 			</view>
 			<view class="center-title">
-				菜单
+				{{title || '菜单'}}
 			</view>
 			<view class="right-menu" @click="openMenu">
-				<uni-icons type="bars" size="30"></uni-icons>
+				<!-- <uni-icons type="bars" size="30"></uni-icons> -->
 			
 			</view>
 		</view>
@@ -63,6 +65,11 @@
 
 <script>
 	export default {
+		props:{
+			title:{
+				type:String,
+			}
+		},
 		data(){
 			return {
 				value:null,

+ 8 - 0
manifest.json

@@ -50,6 +50,14 @@
             },
             "splashscreen" : {
                 "useOriginalMsgbox" : true
+            },
+            "icons" : {
+                "android" : {
+                    "xxxhdpi" : "static/images/app-icon.png",
+                    "xxhdpi" : "static/images/app-icon.png",
+                    "xhdpi" : "static/images/app-icon.png",
+                    "hdpi" : "static/images/app-icon.png"
+                }
             }
         }
     },

+ 20 - 12
pages.json

@@ -57,6 +57,13 @@
 				"navigationBarTitleText": "注塑机",
 				"navigationStyle":"custom"
 			}
+		},
+		{
+			"path": "pages/equipment/sterilization",
+			"style": {
+				"navigationBarTitleText": "注塑机",
+				"navigationStyle":"custom"
+			}
 		}
 		
 		
@@ -69,18 +76,19 @@
 		"backgroundColor": "#fff",
 		"borderStyle": "white",
 	
-		"list": [{
-				"pagePath": "pages/home",
-				"text": "首页",
-				"iconPath": "static/btn_kanban_gray.png",
-				"selectedIconPath": "static/btn_kanban_blue.png"
-			},
-			{
-				"pagePath": "pages/production/production",
-				"text": "生产",
-				"iconPath": "static/btn_shengc_gray.png",
-				"selectedIconPath": "static/btn_shengc_blue.png"
-			},
+		"list": [
+			// {
+			// 	"pagePath": "pages/home",
+			// 	"text": "首页",
+			// 	"iconPath": "static/btn_kanban_gray.png",
+			// 	"selectedIconPath": "static/btn_kanban_blue.png"
+			// },
+			// {
+			// 	"pagePath": "pages/production/production",
+			// 	"text": "生产",
+			// 	"iconPath": "static/btn_shengc_gray.png",
+			// 	"selectedIconPath": "static/btn_shengc_blue.png"
+			// },
 			{
 				"pagePath": "pages/equipment/equipment",
 				"text": "设备",

+ 88 - 67
pages/equipment/equipment.vue

@@ -2,14 +2,12 @@
 	<view class="equipment">
 		<commons-header></commons-header>
 		<view class="search-warp">
-			<view class="left-select">
+			<view class="left-select" @click="openSelectQd(2)">
 				<i class="iconfont">&#xe6c4;</i>
 				<span style="margin:0 10rpx">1号生产线</span>
 				<i class="iconfont">&#xe6b9;</i>
-				
 			</view>
-			<view class="right-select">
-				
+			<view class="right-select" @click="openSelectQd(1)">
 				<i class="iconfont">&#xe6c3;</i>
 				<span style="margin: 0 10rpx;">状态</span>
 				<i class="iconfont">&#xe6b9;</i>
@@ -17,8 +15,8 @@
 		</view>
 		<view class="content">
 			<ul>
-				<li @click="toDtl">
-					<view class="list-warp">
+				<li>
+					<view class="list-warp"  @click="toDtl">
 						<view class="list-main-info">
 							<view class="img">
 								<image src="../../static/images/icon_bzj@2x.png" mode=""></image>
@@ -29,7 +27,7 @@
 									<span>运行中</span>
 								</view>
 								<view class="list-main-model">
-									产品型号:ZSJ-001
+									产品型号:SMT-1029
 								</view>
 							</view>
 							<view class="more">
@@ -40,9 +38,9 @@
 							<view class="tag-box">
 								自动模式
 							</view>
-							<view class="tag-box">
+							<!-- <view class="tag-box">
 								检测系统
-							</view>
+							</view> -->
 						</view>
 						<view class="list-title">
 							辅助机器
@@ -57,32 +55,16 @@
 										下料机
 									</view>
 									<view class="model">
-										产品型号:ZSJ-001
+										产品型号:SMT-2071
 									</view>
 								</view>
 								<view class="auxiliary-before commons-normal">
 									运行中
 								</view>
 							</view>
-							<view class="auxiliary-list-box">
-								<view class="auxiliary-img">
-									<image src="../../static/images/icon_xlj@2x.png" mode=""></image>
-								</view>
-								<view class="auxiliary-text">
-									<view class="auxiliary-text-title">
-										下料机
-									</view>
-									<view class="model">
-										产品型号:ZSJ-001
-									</view>
-								</view>
-								<view class="auxiliary-before commons-close">
-									运行中
-								</view>
-							</view>
 						</view>
 					</view>
-					<view class="list-warp">
+					<view class="list-warp"  @click="toDtl3">
 						<view class="list-main-info">
 							<view class="img">
 								<image src="../../static/images/icon_bzj@2x.png" mode=""></image>
@@ -90,28 +72,29 @@
 							<view class="text">
 								<view class="list-main-title">
 									注塑机
-									<span>运行中</span>
+									<span class="standby">待机</span>
 								</view>
 								<view class="list-main-model">
-									产品型号:ZSJ-001
+									产品型号:SMT-1029
 								</view>
 							</view>
 							<view class="more">
 								<i class="iconfont">&#xe6bb;</i>
 							</view>
 						</view>
-						<view class="tag">
+						<!-- <view class="tag">
 							<view class="tag-box">
 								自动模式
 							</view>
 							<view class="tag-box">
 								检测系统
 							</view>
-						</view>
+						</view> -->
 						<view class="list-title">
 							辅助机器
 						</view>
 						<view class="auxiliary-warp">
+							
 							<view class="auxiliary-list-box">
 								<view class="auxiliary-img">
 									<image src="../../static/images/icon_xlj@2x.png" mode=""></image>
@@ -121,49 +104,18 @@
 										下料机
 									</view>
 									<view class="model">
-										产品型号:ZSJ-001
-									</view>
-								</view>
-								<view class="auxiliary-before commons-normal">
-									运行中
-								</view>
-							</view>
-							<view class="auxiliary-list-box">
-								<view class="auxiliary-img">
-									<image src="../../static/images/icon_xlj@2x.png" mode=""></image>
-								</view>
-								<view class="auxiliary-text">
-									<view class="auxiliary-text-title">
-										下料机
-									</view>
-									<view class="model">
-										产品型号:ZSJ-001
-									</view>
-								</view>
-								<view class="auxiliary-before commons-close">
-									运行中
-								</view>
-							</view>
-							<view class="auxiliary-list-box">
-								<view class="auxiliary-img">
-									<image src="../../static/images/icon_xlj@2x.png" mode=""></image>
-								</view>
-								<view class="auxiliary-text">
-									<view class="auxiliary-text-title">
-										下料机
-									</view>
-									<view class="model">
-										产品型号:ZSJ-001
+										产品型号:SMT-2071
 									</view>
 								</view>
 								<view class="auxiliary-before commons-close">
-									运行中
+									离线
 								</view>
 							</view>
+							
 						</view>
 					</view>
 				</li>
-				<li>
+				<li  @click="toDtl2">
 					<view class="list-warp">
 						<view class="list-main-info">
 							<view class="img">
@@ -175,17 +127,51 @@
 									<span>运行中</span>
 								</view>
 								<view class="list-main-model">
-									产品型号:ZSJ-001
+									产品型号:SMT-5010
 								</view>
 							</view>
 							<view class="more">
 								<i class="iconfont">&#xe6bb;</i>
 							</view>
 						</view>
+						<view class="tag">
+							<view class="tag-box">
+								平均温度:67.5℃
+							</view>
+							<view class="tag-box">
+								平均湿度:67.5%RH
+							</view>
+						</view>
 					</view>
 				</li>
 			</ul>
 		</view>
+		<uni-popup ref="popup2" type="bottom">
+			<view class="search-box">
+				
+				<ul>
+					<li @click="selectMaterialList()">
+						一号生产线
+					</li>
+				</ul>
+			</view>
+		</uni-popup>
+		<uni-popup ref="popup1" type="bottom">
+			<view class="search-box">
+				
+				<ul>
+					<li @click="selectMaterialList()">
+						运行中
+					</li>
+					<li @click="selectMaterialList()">
+						待机
+					</li>
+					<li @click="selectMaterialList()">
+						离线
+					</li>
+				</ul>
+			</view>
+		</uni-popup>
 	</view>
 </template>
 
@@ -224,6 +210,28 @@
 			// })
 		},
 		methods: {
+			selectMaterialList(){
+				this.$refs.popup1.close()
+				this.$refs.popup2.close()
+			},
+			openSelectQd(_type){
+				if(_type == 1){
+					this.$refs.popup1.open('top')
+				}else{
+					this.$refs.popup2.open('top')
+				}
+			},
+			toDtl3(){
+				uni.showToast({
+					icon:"none",
+					title: '该设备待机中,暂无数据!'
+				})
+			},
+			toDtl2(){
+				uni.navigateTo({
+					url: '/pages/equipment/sterilization'
+				})
+			},
 			toDtl(){
 				uni.navigateTo({
 					url: '/pages/equipment/injectionMolding'
@@ -240,6 +248,15 @@
 </script>
  
 <style lang="less">
+	.search-box{
+		background-color: #fff;
+		ul{
+			li{
+				padding: 25rpx 30rpx;
+				border-bottom: 1rpx solid #dcdcdc;
+			}
+		}
+	}
 	.equipment{
 		background-color: #f0f0f0;
 		min-height: 100vh;
@@ -350,6 +367,10 @@
 									border-radius: 40rpx;
 									margin-left: 24rpx;
 								}
+								.standby{
+									background-color: rgba(153, 153, 153, 0.20);
+									color:#FF8800;
+								}
 							}
 							.list-main-model{
 								margin-top: 10rpx;

+ 27 - 17
pages/equipment/injectionMolding.vue

@@ -1,7 +1,7 @@
 <template>
 	<!-- 注塑机 -->
 	<view class="equipmentDtl">
-		<commons-header></commons-header>
+		<commons-header title='注塑机'></commons-header>
 		<view class="equ-img">
 			<image src="../../static/images/zsj.png" mode=""></image>
 			<!-- <view class="err-modal">
@@ -223,8 +223,6 @@
 							name: "极限产量",
 							data: [500, 500, 500, 500, 500, 500]
 						},
-						
-						
 					]
 				},
 				qiehuantype:1,
@@ -234,23 +232,35 @@
 		},
 		onLoad() {
 			const v = this
-			setTimeout(()=>{
-				v.qiehuan()
-			},5000)
+			v.qiehuan()
 		},
 		methods: {
 			qiehuan(){
-				if(this.qiehuantype === 1){
-					this.tongdao = this.tongdao2
-					this.qiehuantype = 2
-					this.tongti = 82
-					this.yeya = 84
-				}else{
-					this.tongdao = this.tongdao1
-					this.qiehuantype = 1
-					this.tongti = 78
-					this.yeya = 77
-				}
+				const tongdao = [
+					{
+						name:"通道1",
+						yali:10 + (Math.round(Math.random()*100) - 50) / 10,
+						sudu:70 + (Math.round(Math.random()*100) - 50) / 10,
+					},
+					{
+						name:"通道1",
+						yali:50 + (Math.round(Math.random()*100) - 50) / 10,
+						sudu:80 + (Math.round(Math.random()*100) - 50) / 10,
+					},
+					{
+						name:"通道1",
+						yali:80 + (Math.round(Math.random()*100) - 50) / 10,
+						sudu:50 + (Math.round(Math.random()*100) - 50) / 10,
+					},{
+						name:"通道1",
+						yali:40 + (Math.round(Math.random()*100) - 50) / 10,
+						sudu:40 + (Math.round(Math.random()*100) - 50) / 10,
+					}
+				]
+				this.tongdao = tongdao
+				this.tongti = 82 + (Math.round(Math.random()*100) - 50) / 10
+				this.yeya = 82 + (Math.round(Math.random()*100) - 50) / 10
+				
 				setTimeout(()=>{
 					this.qiehuan()
 				},5000)

+ 573 - 0
pages/equipment/sterilization.vue

@@ -0,0 +1,573 @@
+<template>
+	<!-- 注塑机 -->
+	<view class="equipmentDtl">
+		<commons-header title='灭菌柜'></commons-header>
+		<view class="equ-img">
+			<image src="../../static/images/mjg.png" mode=""></image>
+			<!-- <view class="err-modal">
+				<image src="../../static/images/icon_dqwd.png" mode=""></image>
+			</view> -->
+		</view>
+		<view class="state">
+			<view class="state-box">
+				<image src="../../static/icon_sbzt.png" mode=""></image>
+				<view class="text">
+					<view class="label">
+						设备状态
+					</view>
+					<view class="state-text" style="color:#3FBF31">
+						工作中
+					</view>
+				</view>
+			</view>
+			<view class="state-box">
+				<image src="../../static/icon_gzms-1.png" mode=""></image>
+				<view class="text">
+					<view class="label">
+						当前工序
+					</view>
+					<view class="state-text">
+						Humidity Up
+					</view>
+				</view>
+			</view>
+		</view>
+		<view class="parts-list">
+			<ul>
+				<li>
+					<view class="temperature">
+						{{yeya}} bar
+					</view>
+					<view>
+						气压
+					</view>
+					<view class="before-icon">
+						<i class="iconfont">&#xe6c7;</i>
+					</view>
+				</li>
+				<li>
+					<view class="temperature">
+						{{yeya}}℃
+					</view>
+					<view>
+						Gas Temp
+					</view>
+					<view class="before-icon">
+						<i class="iconfont"  style="color:#FF8800">&#xe6c6;</i>
+					</view>
+				</li>
+				<li>
+					<view class="temperature">
+						{{tongti}}℃
+					</view>
+					<view>
+						E.O.温度
+					</view>
+					<view class="before-icon">
+						<i class="iconfont" style="color:#3FBF31">&#xe6c8;</i>
+					</view>
+				</li>
+			</ul>
+		</view>
+		<view class="state">
+			<view class="state-box">
+				<image src="../../static/images/icon_sw.png" mode=""></image>
+				<view class="text" style="margin-left:20rpx;line-height: 40rpx;">
+					<view class="label" style="font-size: 30rpx;font-weight: bold;">
+						65.7℃
+					</view>
+					<view class="state-text" style="color:#666">
+						水温
+					</view>
+					
+				</view>
+				<view class="before-icon">
+					<i class="iconfont" style="color:#3FBF31">&#xe6c8;</i>
+				</view>
+			</view>
+			<view class="state-box">
+				<image src="../../static/images/icon_shidu.png" mode=""></image>
+				<view class="text" style="margin-left:20rpx;line-height: 40rpx;">
+					<view class="label" style="font-size: 30rpx;font-weight: bold;">
+						40%
+					</view>
+					<view class="state-text" style="color:#666">
+						湿度
+					</view>
+				</view>
+				<view class="before-icon">
+					<i class="iconfont" style="color:#3FBF31">&#xe6c8;</i>
+				</view>
+			</view>
+		</view>
+		<view class="parts-list">
+			<ul>
+				<li>
+					<view class="temperature">
+						{{yeya}}℃
+					</view>
+					<view>
+						平均温度
+					</view>
+					<view class="before-icon">
+						<i class="iconfont">&#xe6c7;</i>
+					</view>
+				</li>
+				<li>
+					<view class="temperature">
+						{{yeya}}℃
+					</view>
+					<view>
+						温箱1#
+					</view>
+					<view class="before-icon">
+						<i class="iconfont" style="color:#FF8800">&#xe6c6;</i>
+					</view>
+				</li>
+				<li>
+					<view class="temperature">
+						{{tongti}}℃
+					</view>
+					<view>
+						温箱2#
+					</view>
+					<view class="before-icon">
+						<i class="iconfont" style="color:#3FBF31">&#xe6c8;</i>
+					</view>
+				</li>
+			</ul>
+		</view>
+	</view>
+</template>
+
+<script>
+	import {
+		getInfo
+	} from "@/util/api.js";
+	import Vue from 'vue'
+	import commonsHeader from '../../components/commons-header/index.vue'
+	export default {
+		components: {
+			commonsHeader
+		},
+		data() {
+			return {
+				tongdao:[
+					{
+						name:"通道1",
+						yali:10,
+						sudu:70,
+					},
+					{
+						name:"通道1",
+						yali:50,
+						sudu:80,
+					},
+					{
+						name:"通道1",
+						yali:80,
+						sudu:50,
+					},{
+						name:"通道1",
+						yali:40,
+						sudu:40,
+					}
+				],
+				tongdao1:[
+					{
+						name:"通道1",
+						yali:12,
+						sudu:72,
+					},
+					{
+						name:"通道1",
+						yali:53,
+						sudu:83,
+					},
+					{
+						name:"通道1",
+						yali:84,
+						sudu:55,
+					},{
+						name:"通道1",
+						yali:46,
+						sudu:46,
+					}
+				],
+				tongdao2:[
+					{
+						name:"通道1",
+						yali:6,
+						sudu:66,
+					},
+					{
+						name:"通道1",
+						yali:44,
+						sudu:84,
+					},
+					{
+						name:"通道1",
+						yali:54,
+						sudu:33,
+					},{
+						name:"通道1",
+						yali:22,
+						sudu:11,
+					}
+				],
+				userInfoData: [],
+				notificationData: [],
+				opts: {
+					color: ["#1890FF", "#91CB74", "#FAC858", "#EE6666", "#73C0DE", "#3CA272", "#FC8452", "#9A60B4",
+						"#ea7ccc"
+					],
+					padding: [15, 10, 0, 15],
+					legend: {},
+					xAxis: {
+						disableGrid: true
+					},
+					yAxis: {
+						gridType: "dash",
+						dashLength: 2
+					},
+					extra: {
+						line: {
+							type: "straight",
+							width: 2
+						}
+					}
+				},
+				chartData: {
+					categories: ["8", "9", "10", "11", "12", "13"],
+					series: [
+						{
+							name: "实际产量",
+							data: [200, 410, 350, 400, 440, 450]
+						},{
+							name: "极限产量",
+							data: [500, 500, 500, 500, 500, 500]
+						},
+					]
+				},
+				qiehuantype:1,
+				tongti:80,
+				yeya:80,
+			}
+		},
+		onLoad() {
+			const v = this
+			v.qiehuan()
+		},
+		methods: {
+			qiehuan(){
+				const tongdao = [
+					{
+						name:"通道1",
+						yali:10 + (Math.round(Math.random()*100) - 50) / 10,
+						sudu:70 + (Math.round(Math.random()*100) - 50) / 10,
+					},
+					{
+						name:"通道1",
+						yali:50 + (Math.round(Math.random()*100) - 50) / 10,
+						sudu:80 + (Math.round(Math.random()*100) - 50) / 10,
+					},
+					{
+						name:"通道1",
+						yali:80 + (Math.round(Math.random()*100) - 50) / 10,
+						sudu:50 + (Math.round(Math.random()*100) - 50) / 10,
+					},{
+						name:"通道1",
+						yali:40 + (Math.round(Math.random()*100) - 50) / 10,
+						sudu:40 + (Math.round(Math.random()*100) - 50) / 10,
+					}
+				]
+				this.tongdao = tongdao
+				this.tongti = 82 + (Math.round(Math.random()*100) - 50) / 10
+				this.yeya = 82 + (Math.round(Math.random()*100) - 50) / 10
+				
+				setTimeout(()=>{
+					this.qiehuan()
+				},5000)
+			},
+			toRouter(j) {
+				console.log(j)
+				uni.navigateTo({
+					url: '/pages/' + j.menuKey + '/' + j.menuKey
+				})
+			},
+		},
+	}
+</script>
+
+<style lang="less" scoped>
+	.equipmentDtl {
+		background-color: #f0f0f0;
+		min-height: 100vh;
+		margin-top: 128rpx;
+		.pressure-chart{
+			height: 100rpx;
+			width: 100rpx;
+			// background-image: conic-gradient(from 135deg ,#fff 90deg, #EEEEEE 26%);
+			background: url(../../static/images/ybp.png);
+			background-size: 100% 100%;
+			border-radius: 50%;
+			margin: 20rpx auto;
+			position: relative;
+			.pressure-zhen{
+				position: absolute;
+				z-index: 2;
+				top:0;
+				left: 0;
+				right: 0;
+				bottom: 0;
+				transform: rotate(70deg);
+				transition: all ease .5s;
+				image{
+					width:36rpx;
+					height: 36rpx;
+					margin-top: 22rpx;
+					
+				}
+			}
+			.pressure-line{
+				position: absolute;
+				top:0;
+				left: 0;
+				right: 0;
+				bottom: 0;
+				z-index: 1;
+				// background-image: conic-gradient(from 135deg ,#fff 90deg,#FFAF53 90deg,#FF8800 0%, #EEEEEE 0%);
+				border-radius: 50%;
+				transition: all ease .5s;
+				
+				
+			}
+			.pressure-line::before{
+				position: absolute;
+				display: block;
+				top:20rpx;
+				left: 20rpx;
+				right: 20rpx;
+				bottom: 20rpx;
+				content:" ";
+				background-color: #fff;
+				border-radius: 50%;
+			}
+		}
+		.pressure-chart::before{
+			position: absolute;
+			display: block;
+			inset: 20rpx 20rpx 20rpx 20rpx;
+			content:" ";
+			background-color: #fff;
+			border-radius: 50%;
+		}
+		.pressure-warp{
+			display: flex;
+			justify-content: space-between;
+			padding: 0 24rpx;
+			margin-top: 24rpx;
+			li{
+				width: 23%;
+				text-align: center;
+				background-color: #fff;
+				padding: 32rpx 0;
+				border-radius: 10rpx;
+				font-size: 24rpx;
+				color: #666666;
+				.pressure-chart{
+					
+				}
+				.label{
+					color: #333333;
+					font-size: 28rpx;
+				}
+				.pressure{
+					font-size: 32rpx;
+					color: #333;
+					margin: 10rpx 0;
+				}
+				.line{
+					width: 100rpx;
+					height: 20rpx;
+					background: #EEEEEE;
+					border-radius: 10rpx;
+					margin: 16rpx auto 0;
+					.box{
+						width:80%;
+						background: linear-gradient(270deg, #3370FF 0%, #A0BBFB 100%);
+						height: 100%;
+						border-radius: 10rpx;
+						transition: all ease .5s;
+					}
+				}
+			}
+		}
+		.parts-list{
+			padding: 0 24rpx;
+			margin-top: 24rpx;
+			ul{
+				display: flex;
+				justify-content: space-between;
+			}
+			li{
+				width: 32%;
+				padding: 30rpx 0;
+				text-align: center;
+				position: relative;
+				background-color: #fff;
+				.temperature{
+					font-size: 40rpx;
+					font-weight: bold;
+					height: 60rpx;
+					margin: 0 auto 20rpx;
+					line-height: 60rpx;
+				}
+				image{
+					width: 60rpx;
+					height: 60rpx;
+					display: block;
+					margin: 0 auto 20rpx;
+				}
+			}
+			.before-icon{
+				width: 30rpx;
+				height: 30rpx;
+				position: absolute;
+				right: 10rpx;
+				top: 10rpx;
+				i{
+					color: #F54A45;
+				}
+			}
+			.before{
+				width: 30rpx;
+				height: 30rpx;
+				border-radius: 50%;
+				background-color: rgba(204,204,204,0.2);
+				display: block;
+				position: absolute;
+				right: 16rpx;
+				top: 16rpx;
+			}
+			.before::before{
+				position: absolute;
+				display: block;
+				top: 7rpx;
+				left: 7rpx;
+				width: 19rpx; 
+				height: 19rpx;
+				border-radius: 50%;
+				content:" ";
+				background: #cccccc;
+				
+			}
+			.before.succes{
+				background-color: rgba(63,191,49,0.2);
+			}
+			.before.succes::before{
+				background: #3FBF31;
+			}
+		}
+		.echarts {
+			background: #fff;
+			margin: 24rpx 24rpx 0;
+			.content{
+				
+				.text{
+					font-size: 28rpx;
+					font-weight: 700;
+					color: #333;
+					text-align: center;
+					margin-bottom: 40rpx;
+				}
+			}
+			.title{
+				font-size: 28rpx;
+				height: 90rpx;
+				line-height: 90rpx;
+				display: flex;
+				padding: 0 24rpx;
+				font-weight: 500;
+				image{
+					width: 40rpx;
+					height: 40rpx;
+					margin-top: 25rpx;
+					margin-right: 16rpx;
+				}
+			}
+		}
+
+		.parts-list {}
+
+		.equ-img {
+			padding: 24rpx;
+			background-color: #ffffff;
+			position: relative;
+			image {
+				width: 100%;
+				height: 395rpx;
+			}
+			.err-modal{
+				position: absolute;
+				left: 0;
+				right: 0;
+				bottom: 0;
+				top: 0;
+				background: rgba(0,0,0,0.60);
+				text-align: center;
+				display: flex;
+				align-items: center;
+				
+				image{
+					width: 160rpx;
+					height: 160rpx;
+					margin: 0 auto;
+				}
+			}
+		}
+
+		.state {
+			display: flex;
+			justify-content: space-between;
+			margin: 24rpx 24rpx 0;
+
+			.state-box {
+				padding: 20rpx;
+				width: 48%;
+				background-color: #fff;
+				display: flex;
+				box-sizing: border-box;
+				border-radius: 10rpx;
+				position: relative;
+				.before-icon{
+					width: 30rpx;
+					height: 30rpx;
+					position: absolute;
+					right: 10rpx;
+					top: 10rpx;
+					i{
+						color: #F54A45;
+					}
+				}
+				.text{
+					padding: 12rpx 0;
+				}
+				.state-text{
+					font-size: 26rpx;
+					color: #FF8800;
+					font-weight: bold;
+					margin-top: 5rpx;
+				}
+				.label{
+					font-weight: 400;
+					font-size: 28rpx;
+				}
+				image {
+					width: 110rpx;
+					height: 110rpx;
+				}
+			}
+		}
+	}
+</style>

+ 14 - 6
pages/user/login.vue

@@ -12,8 +12,8 @@
 			<uni-easyinput type="text" v-model="loginForm.username" placeholder="请输入账号" />
 			<uni-easyinput type="password" v-model="loginForm.password" placeholder="请输入密码" />
 			
-			<uni-easyinput type="text" v-model="loginForm.code" placeholder="验证码" />
-			<image :src="image" @click="getCodeImg" style="width:200rpx;height:100rpx" mode=""></image>
+			<!-- <uni-easyinput type="text" v-model="loginForm.code" placeholder="验证码" />
+			<image :src="image" @click="getCodeImg" style="width:200rpx;height:100rpx" mode=""></image> -->
 		</view>
 		<view class="login-btn">
 			<view class="check-warp">
@@ -47,7 +47,7 @@
 					//用户名
 					username: 'admin',
 					//密码
-					password: '21232f297a57a5a743894a0e4a801fc3',
+					password: '',
 					//账号类型
 					type: 'account',
 					//验证码的值
@@ -73,9 +73,17 @@
 			},
 			lodingFn() {
 				const v = this
-				uni.switchTab({
-					url: '/pages/equipment/equipment'
-				})
+				if(v.loginForm.password == 'admin' && v.loginForm.username == 'admin'){
+					uni.switchTab({
+						url: '/pages/equipment/equipment'
+					})
+				}else{
+					uni.showToast({
+						icon:"none",
+						title: '账号密码错误!'
+					})
+				}
+				
 				return
 				
 				uni.request({

+ 25 - 8
pages/user/user.vue

@@ -2,11 +2,11 @@
 	<view class="user">
 		<view class="user-info">
 			<view class="user-img">
-				<image src="../../static/btn_kanban_blue.png" mode=""></image>
+				<image src="../../static/images/people@2x.png" mode=""></image>
 			</view>
 			<view class="user-text">
 				<view class="name">
-					天啦撸
+					admin
 				</view>
 				<view class="address">
 					福建宏星电子科技有限公司
@@ -19,7 +19,7 @@
 		<ul class="user-list">
 			<li>
 				<view class="list-left">
-					<image src="../../static/btn_kanban_blue.png" mode=""></image>
+					<image src="../../static/images/icon_sbxx@2x.png" mode=""></image>
 					<view class="text">
 						设备信息
 					</view>
@@ -31,7 +31,7 @@
 			</li>
 			<li>
 				<view class="list-left">
-					<image src="../../static/btn_kanban_blue.png" mode=""></image>
+					<image src="../../static/images/icon_qhyy@2x.png" mode=""></image>
 					<view class="text">
 						切换语言
 					</view>
@@ -42,13 +42,30 @@
 				</view>
 			</li>
 		</ul>
-		<view class="login-out">
+		<view class="login-out" @click="logout">
 			退出登录
 		</view>
 	</view>
 </template>
 
 <script>
+	export default{
+		data(){
+			return {
+				
+			}
+		},
+		methods:{
+			logout(){
+				uni.navigateTo({
+					url: '/pages/user/login'
+				})
+			},
+		},
+		created(){
+			
+		},
+	}
 </script>
 
 <style lang="less">
@@ -99,9 +116,9 @@
 				border-radius: 50%;
 				background-color: #fff;
 				image{
-					width: 110rpx;
-					height: 110rpx;
-					margin: 5rpx;
+					width: 100rpx;
+					height: 100rpx;
+					margin: 10rpx;
 				}
 			}
 			

BIN
static/icon_gzms-1.png


BIN
static/images/app-icon.png


+ 0 - 0
static/images/img_jq@2x (3).png → static/images/mjg.png


BIN
unpackage/cache/apk/__UNI__C76B472_cm.apk


+ 1 - 1
unpackage/cache/apk/apkurl

@@ -1 +1 @@
-https://ide.dcloud.net.cn/build/download/8f34e660-1ecd-11ed-ae5f-3df7e021855f
+https://ide.dcloud.net.cn/build/download/9a373580-2455-11ed-9019-a5c5334dbf06

Різницю між файлами не показано, бо вона завелика
+ 0 - 0
unpackage/cache/apk/cmManifestCache.json


BIN
unpackage/cache/wgt/__UNI__C76B472/.manifest/icon-android-hdpi.png


BIN
unpackage/cache/wgt/__UNI__C76B472/.manifest/icon-android-xhdpi.png


BIN
unpackage/cache/wgt/__UNI__C76B472/.manifest/icon-android-xxhdpi.png


BIN
unpackage/cache/wgt/__UNI__C76B472/.manifest/icon-android-xxxhdpi.png


+ 2 - 2
unpackage/cache/wgt/__UNI__C76B472/app-config-service.js

@@ -1,8 +1,8 @@
 
 var isReady=false;var onReadyCallbacks=[];
 var isServiceReady=false;var onServiceReadyCallbacks=[];
-var __uniConfig = {"pages":["pages/user/login","pages/home","pages/production/production","pages/user/user","pages/equipment/equipment","pages/equipment/assemblyMachine","pages/equipment/injectionMolding"],"window":{"navigationBarTextStyle":"black","navigationBarTitleText":"uni-app","navigationBarBackgroundColor":"#F8F8F8","backgroundColor":"#F8F8F8"},"tabBar":{"color":"#333333","selectedColor":"#3370FF","backgroundColor":"#fff","borderStyle":"white","list":[{"pagePath":"pages/home","text":"首页","iconPath":"static/btn_kanban_gray.png","selectedIconPath":"static/btn_kanban_blue.png"},{"pagePath":"pages/production/production","text":"生产","iconPath":"static/btn_shengc_gray.png","selectedIconPath":"static/btn_shengc_blue.png"},{"pagePath":"pages/equipment/equipment","text":"设备","iconPath":"static/btn_shebei_gray.png","selectedIconPath":"static/btn_shebei_blue.png"},{"pagePath":"pages/user/user","text":"我的","iconPath":"static/btn_mine_gray.png","selectedIconPath":"static/btn_mine_blue.png"}]},"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"wechat","compilerVersion":"3.5.3","entryPagePath":"pages/user/login","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000}};
-var __uniRoutes = [{"path":"/pages/user/login","meta":{"isQuit":true},"window":{"navigationBarTitleText":"登录","navigationStyle":"custom"}},{"path":"/pages/home","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"首页","navigationStyle":"custom"}},{"path":"/pages/production/production","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"首页"}},{"path":"/pages/user/user","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"首页","navigationStyle":"custom"}},{"path":"/pages/equipment/equipment","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"设备","navigationStyle":"custom"}},{"path":"/pages/equipment/assemblyMachine","meta":{},"window":{"navigationBarTitleText":"组装机","navigationStyle":"custom"}},{"path":"/pages/equipment/injectionMolding","meta":{},"window":{"navigationBarTitleText":"注塑机","navigationStyle":"custom"}}];
+var __uniConfig = {"pages":["pages/user/login","pages/home","pages/production/production","pages/user/user","pages/equipment/equipment","pages/equipment/assemblyMachine","pages/equipment/injectionMolding","pages/equipment/sterilization"],"window":{"navigationBarTextStyle":"black","navigationBarTitleText":"uni-app","navigationBarBackgroundColor":"#F8F8F8","backgroundColor":"#F8F8F8"},"tabBar":{"color":"#333333","selectedColor":"#3370FF","backgroundColor":"#fff","borderStyle":"white","list":[{"pagePath":"pages/equipment/equipment","text":"设备","iconPath":"static/btn_shebei_gray.png","selectedIconPath":"static/btn_shebei_blue.png"},{"pagePath":"pages/user/user","text":"我的","iconPath":"static/btn_mine_gray.png","selectedIconPath":"static/btn_mine_blue.png"}]},"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"wechat","compilerVersion":"3.5.3","entryPagePath":"pages/user/login","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000}};
+var __uniRoutes = [{"path":"/pages/user/login","meta":{"isQuit":true},"window":{"navigationBarTitleText":"登录","navigationStyle":"custom"}},{"path":"/pages/home","meta":{},"window":{"navigationBarTitleText":"首页","navigationStyle":"custom"}},{"path":"/pages/production/production","meta":{},"window":{"navigationBarTitleText":"首页"}},{"path":"/pages/user/user","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"首页","navigationStyle":"custom"}},{"path":"/pages/equipment/equipment","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"设备","navigationStyle":"custom"}},{"path":"/pages/equipment/assemblyMachine","meta":{},"window":{"navigationBarTitleText":"组装机","navigationStyle":"custom"}},{"path":"/pages/equipment/injectionMolding","meta":{},"window":{"navigationBarTitleText":"注塑机","navigationStyle":"custom"}},{"path":"/pages/equipment/sterilization","meta":{},"window":{"navigationBarTitleText":"注塑机","navigationStyle":"custom"}}];
 __uniConfig.onReady=function(callback){if(__uniConfig.ready){callback()}else{onReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"ready",{get:function(){return isReady},set:function(val){isReady=val;if(!isReady){return}const callbacks=onReadyCallbacks.slice(0);onReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}});
 __uniConfig.onServiceReady=function(callback){if(__uniConfig.serviceReady){callback()}else{onServiceReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"serviceReady",{get:function(){return isServiceReady},set:function(val){isServiceReady=val;if(!isServiceReady){return}const callbacks=onServiceReadyCallbacks.slice(0);onServiceReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}});
 service.register("uni-app-config",{create(a,b,c){if(!__uniConfig.viewport){var d=b.weex.config.env.scale,e=b.weex.config.env.deviceWidth,f=Math.ceil(e/d);Object.assign(__uniConfig,{viewport:f,defaultFontSize:Math.round(f/20)})}return{instance:{__uniConfig:__uniConfig,__uniRoutes:__uniRoutes,global:void 0,window:void 0,document:void 0,frames:void 0,self:void 0,location:void 0,navigator:void 0,localStorage:void 0,history:void 0,Caches:void 0,screen:void 0,alert:void 0,confirm:void 0,prompt:void 0,fetch:void 0,XMLHttpRequest:void 0,WebSocket:void 0,webkit:void 0,print:void 0}}}});

Різницю між файлами не показано, бо вона завелика
+ 0 - 0
unpackage/cache/wgt/__UNI__C76B472/app-service.js


Різницю між файлами не показано, бо вона завелика
+ 0 - 0
unpackage/cache/wgt/__UNI__C76B472/app-view.js


Різницю між файлами не показано, бо вона завелика
+ 0 - 0
unpackage/cache/wgt/__UNI__C76B472/manifest.json


BIN
unpackage/cache/wgt/__UNI__C76B472/static/icon_gzms-1.png


BIN
unpackage/cache/wgt/__UNI__C76B472/static/images/app-icon.png


+ 0 - 0
unpackage/cache/wgt/__UNI__C76B472/static/images/img_jq@2x (3).png → unpackage/cache/wgt/__UNI__C76B472/static/images/mjg.png


+ 2 - 2
unpackage/dist/build/app-plus/app-config-service.js

@@ -1,8 +1,8 @@
 
 var isReady=false;var onReadyCallbacks=[];
 var isServiceReady=false;var onServiceReadyCallbacks=[];
-var __uniConfig = {"pages":["pages/user/login","pages/home","pages/production/production","pages/user/user","pages/equipment/equipment","pages/equipment/assemblyMachine","pages/equipment/injectionMolding"],"window":{"navigationBarTextStyle":"black","navigationBarTitleText":"uni-app","navigationBarBackgroundColor":"#F8F8F8","backgroundColor":"#F8F8F8"},"tabBar":{"color":"#333333","selectedColor":"#3370FF","backgroundColor":"#fff","borderStyle":"white","list":[{"pagePath":"pages/home","text":"首页","iconPath":"static/btn_kanban_gray.png","selectedIconPath":"static/btn_kanban_blue.png"},{"pagePath":"pages/production/production","text":"生产","iconPath":"static/btn_shengc_gray.png","selectedIconPath":"static/btn_shengc_blue.png"},{"pagePath":"pages/equipment/equipment","text":"设备","iconPath":"static/btn_shebei_gray.png","selectedIconPath":"static/btn_shebei_blue.png"},{"pagePath":"pages/user/user","text":"我的","iconPath":"static/btn_mine_gray.png","selectedIconPath":"static/btn_mine_blue.png"}]},"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"wechat","compilerVersion":"3.5.3","entryPagePath":"pages/user/login","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000}};
-var __uniRoutes = [{"path":"/pages/user/login","meta":{"isQuit":true},"window":{"navigationBarTitleText":"登录","navigationStyle":"custom"}},{"path":"/pages/home","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"首页","navigationStyle":"custom"}},{"path":"/pages/production/production","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"首页"}},{"path":"/pages/user/user","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"首页","navigationStyle":"custom"}},{"path":"/pages/equipment/equipment","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"设备","navigationStyle":"custom"}},{"path":"/pages/equipment/assemblyMachine","meta":{},"window":{"navigationBarTitleText":"组装机","navigationStyle":"custom"}},{"path":"/pages/equipment/injectionMolding","meta":{},"window":{"navigationBarTitleText":"注塑机","navigationStyle":"custom"}}];
+var __uniConfig = {"pages":["pages/user/login","pages/home","pages/production/production","pages/user/user","pages/equipment/equipment","pages/equipment/assemblyMachine","pages/equipment/injectionMolding","pages/equipment/sterilization"],"window":{"navigationBarTextStyle":"black","navigationBarTitleText":"uni-app","navigationBarBackgroundColor":"#F8F8F8","backgroundColor":"#F8F8F8"},"tabBar":{"color":"#333333","selectedColor":"#3370FF","backgroundColor":"#fff","borderStyle":"white","list":[{"pagePath":"pages/equipment/equipment","text":"设备","iconPath":"static/btn_shebei_gray.png","selectedIconPath":"static/btn_shebei_blue.png"},{"pagePath":"pages/user/user","text":"我的","iconPath":"static/btn_mine_gray.png","selectedIconPath":"static/btn_mine_blue.png"}]},"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"wechat","compilerVersion":"3.5.3","entryPagePath":"pages/user/login","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000}};
+var __uniRoutes = [{"path":"/pages/user/login","meta":{"isQuit":true},"window":{"navigationBarTitleText":"登录","navigationStyle":"custom"}},{"path":"/pages/home","meta":{},"window":{"navigationBarTitleText":"首页","navigationStyle":"custom"}},{"path":"/pages/production/production","meta":{},"window":{"navigationBarTitleText":"首页"}},{"path":"/pages/user/user","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"首页","navigationStyle":"custom"}},{"path":"/pages/equipment/equipment","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"设备","navigationStyle":"custom"}},{"path":"/pages/equipment/assemblyMachine","meta":{},"window":{"navigationBarTitleText":"组装机","navigationStyle":"custom"}},{"path":"/pages/equipment/injectionMolding","meta":{},"window":{"navigationBarTitleText":"注塑机","navigationStyle":"custom"}},{"path":"/pages/equipment/sterilization","meta":{},"window":{"navigationBarTitleText":"注塑机","navigationStyle":"custom"}}];
 __uniConfig.onReady=function(callback){if(__uniConfig.ready){callback()}else{onReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"ready",{get:function(){return isReady},set:function(val){isReady=val;if(!isReady){return}const callbacks=onReadyCallbacks.slice(0);onReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}});
 __uniConfig.onServiceReady=function(callback){if(__uniConfig.serviceReady){callback()}else{onServiceReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"serviceReady",{get:function(){return isServiceReady},set:function(val){isServiceReady=val;if(!isServiceReady){return}const callbacks=onServiceReadyCallbacks.slice(0);onServiceReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}});
 service.register("uni-app-config",{create(a,b,c){if(!__uniConfig.viewport){var d=b.weex.config.env.scale,e=b.weex.config.env.deviceWidth,f=Math.ceil(e/d);Object.assign(__uniConfig,{viewport:f,defaultFontSize:Math.round(f/20)})}return{instance:{__uniConfig:__uniConfig,__uniRoutes:__uniRoutes,global:void 0,window:void 0,document:void 0,frames:void 0,self:void 0,location:void 0,navigator:void 0,localStorage:void 0,history:void 0,Caches:void 0,screen:void 0,alert:void 0,confirm:void 0,prompt:void 0,fetch:void 0,XMLHttpRequest:void 0,WebSocket:void 0,webkit:void 0,print:void 0}}}});

Різницю між файлами не показано, бо вона завелика
+ 0 - 0
unpackage/dist/build/app-plus/app-service.js


Різницю між файлами не показано, бо вона завелика
+ 0 - 0
unpackage/dist/build/app-plus/app-view.js


Різницю між файлами не показано, бо вона завелика
+ 0 - 0
unpackage/dist/build/app-plus/manifest.json


BIN
unpackage/dist/build/app-plus/static/icon_gzms-1.png


BIN
unpackage/dist/build/app-plus/static/images/app-icon.png


+ 0 - 0
unpackage/dist/build/app-plus/static/images/img_jq@2x (3).png → unpackage/dist/build/app-plus/static/images/mjg.png


+ 2 - 2
unpackage/dist/dev/app-plus/app-config-service.js

@@ -1,8 +1,8 @@
 
 var isReady=false;var onReadyCallbacks=[];
 var isServiceReady=false;var onServiceReadyCallbacks=[];
-var __uniConfig = {"pages":["pages/user/login","pages/home","pages/production/production","pages/user/user","pages/equipment/equipment","pages/equipment/assemblyMachine","pages/equipment/injectionMolding"],"window":{"navigationBarTextStyle":"black","navigationBarTitleText":"uni-app","navigationBarBackgroundColor":"#F8F8F8","backgroundColor":"#F8F8F8"},"tabBar":{"color":"#333333","selectedColor":"#3370FF","backgroundColor":"#fff","borderStyle":"white","list":[{"pagePath":"pages/home","text":"首页","iconPath":"static/btn_kanban_gray.png","selectedIconPath":"static/btn_kanban_blue.png"},{"pagePath":"pages/production/production","text":"生产","iconPath":"static/btn_shengc_gray.png","selectedIconPath":"static/btn_shengc_blue.png"},{"pagePath":"pages/equipment/equipment","text":"设备","iconPath":"static/btn_shebei_gray.png","selectedIconPath":"static/btn_shebei_blue.png"},{"pagePath":"pages/user/user","text":"我的","iconPath":"static/btn_mine_gray.png","selectedIconPath":"static/btn_mine_blue.png"}]},"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"wechat","compilerVersion":"3.5.3","entryPagePath":"pages/user/login","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000}};
-var __uniRoutes = [{"path":"/pages/user/login","meta":{"isQuit":true},"window":{"navigationBarTitleText":"登录","navigationStyle":"custom"}},{"path":"/pages/home","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"首页","navigationStyle":"custom"}},{"path":"/pages/production/production","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"首页"}},{"path":"/pages/user/user","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"首页","navigationStyle":"custom"}},{"path":"/pages/equipment/equipment","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"设备","navigationStyle":"custom"}},{"path":"/pages/equipment/assemblyMachine","meta":{},"window":{"navigationBarTitleText":"组装机","navigationStyle":"custom"}},{"path":"/pages/equipment/injectionMolding","meta":{},"window":{"navigationBarTitleText":"注塑机","navigationStyle":"custom"}}];
+var __uniConfig = {"pages":["pages/user/login","pages/home","pages/production/production","pages/user/user","pages/equipment/equipment","pages/equipment/assemblyMachine","pages/equipment/injectionMolding","pages/equipment/sterilization"],"window":{"navigationBarTextStyle":"black","navigationBarTitleText":"uni-app","navigationBarBackgroundColor":"#F8F8F8","backgroundColor":"#F8F8F8"},"tabBar":{"color":"#333333","selectedColor":"#3370FF","backgroundColor":"#fff","borderStyle":"white","list":[{"pagePath":"pages/equipment/equipment","text":"设备","iconPath":"static/btn_shebei_gray.png","selectedIconPath":"static/btn_shebei_blue.png"},{"pagePath":"pages/user/user","text":"我的","iconPath":"static/btn_mine_gray.png","selectedIconPath":"static/btn_mine_blue.png"}]},"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"wechat","compilerVersion":"3.5.3","entryPagePath":"pages/user/login","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000}};
+var __uniRoutes = [{"path":"/pages/user/login","meta":{"isQuit":true},"window":{"navigationBarTitleText":"登录","navigationStyle":"custom"}},{"path":"/pages/home","meta":{},"window":{"navigationBarTitleText":"首页","navigationStyle":"custom"}},{"path":"/pages/production/production","meta":{},"window":{"navigationBarTitleText":"首页"}},{"path":"/pages/user/user","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"首页","navigationStyle":"custom"}},{"path":"/pages/equipment/equipment","meta":{"isQuit":true,"isTabBar":true},"window":{"navigationBarTitleText":"设备","navigationStyle":"custom"}},{"path":"/pages/equipment/assemblyMachine","meta":{},"window":{"navigationBarTitleText":"组装机","navigationStyle":"custom"}},{"path":"/pages/equipment/injectionMolding","meta":{},"window":{"navigationBarTitleText":"注塑机","navigationStyle":"custom"}},{"path":"/pages/equipment/sterilization","meta":{},"window":{"navigationBarTitleText":"注塑机","navigationStyle":"custom"}}];
 __uniConfig.onReady=function(callback){if(__uniConfig.ready){callback()}else{onReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"ready",{get:function(){return isReady},set:function(val){isReady=val;if(!isReady){return}const callbacks=onReadyCallbacks.slice(0);onReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}});
 __uniConfig.onServiceReady=function(callback){if(__uniConfig.serviceReady){callback()}else{onServiceReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"serviceReady",{get:function(){return isServiceReady},set:function(val){isServiceReady=val;if(!isServiceReady){return}const callbacks=onServiceReadyCallbacks.slice(0);onServiceReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}});
 service.register("uni-app-config",{create(a,b,c){if(!__uniConfig.viewport){var d=b.weex.config.env.scale,e=b.weex.config.env.deviceWidth,f=Math.ceil(e/d);Object.assign(__uniConfig,{viewport:f,defaultFontSize:Math.round(f/20)})}return{instance:{__uniConfig:__uniConfig,__uniRoutes:__uniRoutes,global:void 0,window:void 0,document:void 0,frames:void 0,self:void 0,location:void 0,navigator:void 0,localStorage:void 0,history:void 0,Caches:void 0,screen:void 0,alert:void 0,confirm:void 0,prompt:void 0,fetch:void 0,XMLHttpRequest:void 0,WebSocket:void 0,webkit:void 0,print:void 0}}}});

Різницю між файлами не показано, бо вона завелика
+ 0 - 0
unpackage/dist/dev/app-plus/app-service.js


Різницю між файлами не показано, бо вона завелика
+ 127 - 314
unpackage/dist/dev/app-plus/app-view.js


Різницю між файлами не показано, бо вона завелика
+ 0 - 0
unpackage/dist/dev/app-plus/manifest.json


BIN
unpackage/dist/dev/app-plus/static/icon_gzms-1.png


BIN
unpackage/dist/dev/app-plus/static/images/ByteSailing-APP-设备列表-灭菌机.png


+ 0 - 0
unpackage/dist/dev/app-plus/static/images/img_jq@2x (3).png → unpackage/dist/dev/app-plus/static/images/mjg.png


BIN
unpackage/release/apk/__UNI__C76B472__20220825170919.apk


BIN
unpackage/release/apk/__UNI__C76B472__20220825172945.apk


Деякі файли не було показано, через те що забагато файлів було змінено