diff --git a/pages/login/login.vue b/pages/login/login.vue index 6d237a9..4da3bbe 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -21,9 +21,10 @@ - - - 扫码登录 + + + + 升级版本 @@ -43,14 +44,20 @@ + v{{version}} + @@ -277,4 +239,9 @@ _font(16px,24px,#D7592F,,center) .drift transition left .3s linear +.version-name + width 100% + position: absolute + bottom: 15px + _font(15px, 30px, #999,,center) diff --git a/pages/login/upgrade.vue b/pages/login/upgrade.vue new file mode 100644 index 0000000..d15ecf6 --- /dev/null +++ b/pages/login/upgrade.vue @@ -0,0 +1,229 @@ + + + + + diff --git a/static/images/app_update_close.png b/static/images/app_update_close.png new file mode 100644 index 0000000..8b2ffe6 Binary files /dev/null and b/static/images/app_update_close.png differ diff --git a/static/images/bg_top.png b/static/images/bg_top.png new file mode 100644 index 0000000..015f698 Binary files /dev/null and b/static/images/bg_top.png differ diff --git a/utils/getData2.js b/utils/getData2.js index 9e45905..c10777b 100644 --- a/utils/getData2.js +++ b/utils/getData2.js @@ -9,6 +9,11 @@ export const handLogin = (user, password) => request({ } }) +// 版本更新测试 +export const pdaUpdate = () => request({ + url:'api/pda/update' +}) + /** 扫码异常 */ // 1.1缓存线下拉框 export const getCacheLine = (area) => request({