From efeda5659a1b124826ab3c5eadd226f0a024f89a Mon Sep 17 00:00:00 2001 From: LiuJiaNan Date: Fri, 13 Dec 2024 08:44:57 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E9=99=84=E4=BB=B6?= =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 1 + pages/login/login.vue | 2 +- store/index.js | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/App.vue b/App.vue index 1d4b2e1..8cf4a24 100644 --- a/App.vue +++ b/App.vue @@ -2,6 +2,7 @@ export default { onLaunch: function () { console.log('App Launch') + this.$store.dispatch('setfilePath', 'https://skqhdg.porthebei.com:9004/file/'); this.isLogin() }, onShow: function () { diff --git a/pages/login/login.vue b/pages/login/login.vue index 329fa1a..0fbb5e7 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -96,7 +96,7 @@ export default { const keydataVal = jsencrypt.encrypt('qdkjchina' + this.form.userName + ',qd,' + this.form.userPwd) let resData = await submitLogin({'KEYDATA':keydataVal}); await this.$store.dispatch('setUserInfo', resData); - await this.$store.dispatch('setfilePath', ''); + // await this.$store.dispatch('setfilePath', ''); uni.$u.route({ url: '/pages/index/index', type: 'reLaunch' diff --git a/store/index.js b/store/index.js index cb1fd35..c6e333d 100644 --- a/store/index.js +++ b/store/index.js @@ -31,7 +31,7 @@ const store = new Vuex.Store({ state.userInfo = userInfo } , setfilePath(state, filePath) { - state.filePath = 'https://skqhdg.porthebei.com:9004/file/' + state.filePath = filePath } }, actions: { From 6c7625a6121837aa80b849b5190fc91083d9ec6e Mon Sep 17 00:00:00 2001 From: shanao <178391389@qq.com> Date: Mon, 13 Jan 2025 13:54:01 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E3=80=90bug=E3=80=91=201.=20=E5=85=AC?= =?UTF-8?q?=E5=91=8A=E4=BF=A1=E6=81=AF=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98?= =?UTF-8?q?=202.=20=E7=89=88=E6=9C=AC=E6=9B=B4=E6=96=B0=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=203.=20=E5=AE=89=E5=85=A8=E7=8E=AF=E4=BF=9D=E6=A3=80=E6=9F=A5-?= =?UTF-8?q?=E7=9B=91=E5=AF=9F=E4=BA=BA=E7=A1=AE=E8=AE=A4=E7=AD=BE=E5=AD=97?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E9=94=99=E8=AF=AF=204.=20=E6=89=BF=E8=AF=BA?= =?UTF-8?q?=E4=B9=A6=E6=A0=B7=E5=BC=8F=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../inspector-confirms/detail.vue | 2 ++ styles/home_style.scss | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/safety-environmental-inspection/inspector-confirms/detail.vue b/pages/safety-environmental-inspection/inspector-confirms/detail.vue index 102b2b3..c04f4ff 100644 --- a/pages/safety-environmental-inspection/inspector-confirms/detail.vue +++ b/pages/safety-environmental-inspection/inspector-confirms/detail.vue @@ -130,6 +130,8 @@ 签字: + + diff --git a/styles/home_style.scss b/styles/home_style.scss index 23c5f6b..efb07ac 100644 --- a/styles/home_style.scss +++ b/styles/home_style.scss @@ -276,6 +276,6 @@ content: "\e6a3"; text-align: center; font-size: 34rpx; - font-family: cuIcon; + font-family: cuIcon, serif; line-height: 30rpx }