system-phone 3.1.71 → 3.1.73
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/assets//346/215/242/350/241/250/347/273/264/344/277/256/346/211/223/345/233/236.png +0 -0
- package/src/assets//346/215/242/350/241/250/347/273/264/344/277/256/347/231/273/350/256/260.png +0 -0
- package/src/assets//346/215/242/350/241/250/347/273/264/344/277/256/350/256/260/345/275/225.png +0 -0
- package/src/components/LoginApp.vue +762 -762
- package/src/components/LoginAppNew.vue +3 -1
- package/src/filiale/yuansheng/LoginApp.vue +766 -766
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
<img src="../assets/未选.png" style="width: 20px;margin-bottom: 5px" alt="" v-if="showauto == '2'" @click="showon1()">
|
|
19
19
|
<span class="text-left font">自动登录</span>
|
|
20
20
|
<p></p>
|
|
21
|
-
<span class="
|
|
21
|
+
<span class="versiontext" style="margin-top: 10px" v-if="version">当前版本:{{ version }}</span>
|
|
22
22
|
</div>
|
|
23
23
|
</div>
|
|
24
24
|
</div>
|
|
@@ -87,10 +87,12 @@
|
|
|
87
87
|
deviceIemi:'无法获取该设备码,请联系管理员',
|
|
88
88
|
loginSafe:false,
|
|
89
89
|
margintop: document.documentElement.clientHeight * 0.1
|
|
90
|
+
version:'',
|
|
90
91
|
}
|
|
91
92
|
},
|
|
92
93
|
|
|
93
94
|
ready () {
|
|
95
|
+
this.version = Vue.app_version || ''
|
|
94
96
|
if(Vue.android) {
|
|
95
97
|
let userPp1 = this.$androidUtil.getPreference('login_user_cache')
|
|
96
98
|
this.showauto = this.$androidUtil.getPreference('auto_login')
|