diff --git a/index.html b/index.html index 5235542..35c1f15 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,16 @@ mall-admin-web + + diff --git a/src/views/home/index.vue b/src/views/home/index.vue index b66027b..a03a8ad 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -4,17 +4,17 @@
-
GitHub地址
+
后台项目
-
码云地址
+
前端项目
@@ -22,7 +22,7 @@
学习教程
diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 45e8be6..4d046e8 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -46,13 +46,27 @@ mall项目已由CODING特别赞助,点击去支持,页面加载完后点击免费体验按钮即可完成支持,谢谢! 残忍拒绝 去支持 - + + + +
+ mall全套学习教程连载中关注公众号第一时间获取 + +
+ + 确定 +
@@ -91,7 +105,8 @@ loading: false, pwdType: 'password', login_center_bg, - dialogVisible:false + dialogVisible:false, + supportDialogVisible:false } }, methods: { @@ -126,7 +141,7 @@ dialogConfirm(){ this.dialogVisible =false; setSupport(true); - window.location.href=SupportUrl; + // window.location.href=SupportUrl; }, dialogCancel(){ this.dialogVisible = false;