diff --git a/jshERP-web/public/static/android-code.png b/jshERP-web/public/static/android-code.png index d495e304..3450bf64 100644 Binary files a/jshERP-web/public/static/android-code.png and b/jshERP-web/public/static/android-code.png differ diff --git a/jshERP-web/public/static/iphone-code.png b/jshERP-web/public/static/iphone-code.png new file mode 100644 index 00000000..53f25fcb Binary files /dev/null and b/jshERP-web/public/static/iphone-code.png differ diff --git a/jshERP-web/public/static/weixin-code.jpg b/jshERP-web/public/static/weixin-code.jpg new file mode 100644 index 00000000..7f078f87 Binary files /dev/null and b/jshERP-web/public/static/weixin-code.jpg differ diff --git a/jshERP-web/src/components/layouts/UserLayout.vue b/jshERP-web/src/components/layouts/UserLayout.vue index f42fd721..b62b27fb 100644 --- a/jshERP-web/src/components/layouts/UserLayout.vue +++ b/jshERP-web/src/components/layouts/UserLayout.vue @@ -46,17 +46,23 @@ 苏ICP备2021042833号

- +
+ + +
+
-
+
@@ -75,6 +81,7 @@ systemUrl: window.SYS_URL, isShowRight: false, isAndroidShow: false, + isIphoneShow: false, isMiniProgramShow: false, } }, @@ -96,6 +103,9 @@ handleAndroidCancel() { this.isAndroidShow = false }, + handleIphoneCancel() { + this.isIphoneShow = false + }, handleMiniProgramCancel() { this.isMiniProgramShow = false }, @@ -103,7 +113,7 @@ this.isAndroidShow = true }, openIPhone() { - this.$message.warning('敬请期待!'); + this.isIphoneShow = true }, openMiniProgram() { this.isMiniProgramShow = true