lilei 1 年之前
父节点
当前提交
b1501d18ac
共有 3 个文件被更改,包括 6 次插入18 次删除
  1. 2 2
      pages/login/index.vue
  2. 3 3
      unpackage/dist/dev/app-plus/app-service.js
  3. 1 13
      unpackage/dist/dev/app-plus/app-view.js

+ 2 - 2
pages/login/index.vue

@@ -25,7 +25,7 @@
 		</view>
 		<view class="copright">
 			<view>系统版本:{{version}}</view>
-			<view @click="copyText($store.state.vuex_deviceId)">设备ID:{{$store.state.vuex_deviceId}}</view>
+			<!-- <view @click="copyText($store.state.vuex_deviceId)">设备ID:{{$store.state.vuex_deviceId}}</view> -->
 			<view>Copyright © 2023 陕西山海高科信息技术有限公司</view>
 		</view>
 	</view>
@@ -62,7 +62,7 @@
 			
 			const devInfo = uni.getDeviceInfo()
 			this.$store.state.vuex_deviceId = devInfo.deviceId
-			
+			console.log(devInfo)
 			// 记住用户密码
 			const account = uni.getStorageSync('account')
 			if(account){

文件差异内容过多而无法显示
+ 3 - 3
unpackage/dist/dev/app-plus/app-service.js


+ 1 - 13
unpackage/dist/dev/app-plus/app-view.js

@@ -463,19 +463,7 @@ var render = function () {
           _c("uni-view", { attrs: { _i: 17 } }, [
             _vm._v("系统版本:" + _vm._$g(17, "t0-0")),
           ]),
-          _c(
-            "uni-view",
-            {
-              attrs: { _i: 18 },
-              on: {
-                click: function ($event) {
-                  return _vm.$handleViewEvent($event)
-                },
-              },
-            },
-            [_vm._v("设备ID:" + _vm._$g(18, "t0-0"))]
-          ),
-          _c("uni-view", { attrs: { _i: 19 } }, [
+          _c("uni-view", { attrs: { _i: 18 } }, [
             _vm._v("Copyright © 2023 陕西山海高科信息技术有限公司"),
           ]),
         ],

部分文件因为文件数量过多而无法显示