good luck 3 years ago
parent
commit
a55303ed0f
2 changed files with 11 additions and 12 deletions
  1. 10 11
      mock/controller/ad.js
  2. 1 1
      mock/controller/notice.js

+ 10 - 11
mock/controller/ad.js

@@ -1,30 +1,29 @@
 const data = [
   {
+    title: '618惊喜福利,付费版本全年最低价,点我购买',
+    url: '"https://chu1204505056.gitee.io/authorization',
+  },
+  /*   {
     title: 'Admin Pro 3.0付费版本已发布,增加多项贴心功能,点我提前体验',
-    url:
-      'https://chu1204505056.gitee.io/admin-pro?hmsr=homeAd&hmpl=&hmcu=&hmkw=&hmci=',
+    url: 'https://chu1204505056.gitee.io/admin-pro?hmsr=homeAd&hmpl=&hmcu=&hmkw=&hmci=',
   },
   {
     title: 'Admin Plus 3.0内测版本已发布,增加多项贴心功能,点我提前体验',
-    url:
-      'https://chu1204505056.gitee.io/admin-plus?hmsr=homeAd&hmpl=&hmcu=&hmkw=&hmci=',
+    url: 'https://chu1204505056.gitee.io/admin-plus?hmsr=homeAd&hmpl=&hmcu=&hmkw=&hmci=',
   },
   {
     title: 'vue-admin-beautiful(antdv) vue3.0版本已发布,点我提前体验',
-    url:
-      'http://vue-admin-beautiful.com/vue-admin-beautiful-antdv?hmsr=homeAd&hmpl=&hmcu=&hmkw=&hmci=',
+    url: 'http://vue-admin-beautiful.com/vue-admin-beautiful-antdv?hmsr=homeAd&hmpl=&hmcu=&hmkw=&hmci=',
   },
   {
     title: 'vue-admin-beautiful(element-plus) vue3.0版本已发布,点我提前体验',
-    url:
-      'https://chu1204505056.gitee.io/admin-plus?hmsr=homeAd&hmpl=&hmcu=&hmkw=&hmci=',
+    url: 'https://chu1204505056.gitee.io/admin-plus?hmsr=homeAd&hmpl=&hmcu=&hmkw=&hmci=',
   },
   {
     title:
       '程序无国界,但程序员有国界,中国国家尊严不容挑衅,如果您在特殊时期继续购买HM、耐克、阿迪达斯等品牌那么您将无权继续使用Vab',
-    url:
-      'https://chu1204505056.gitee.io/admin-pro?hmsr=homeAd&hmpl=&hmcu=&hmkw=&hmci=',
-  },
+    url: 'https://chu1204505056.gitee.io/admin-pro?hmsr=homeAd&hmpl=&hmcu=&hmkw=&hmci=',
+  }, */
 ]
 module.exports = [
   {

+ 1 - 1
mock/controller/notice.js

@@ -1,7 +1,7 @@
 const data = [
   {
     title:
-      '温馨提示:集成版虽功能丰富,但冗余依赖过多,建议开发时使用基础版进行开发 Vab Admin Plus(vue3.0 + element-plus)已发布,欢迎体验:<a target="_blank" href="https://chu1204505056.gitee.io/admin-plus/?hmsr=homeAd&hmpl=&hmcu=&hmkw=&hmci=#/index">Vab Admin Plus</a>',
+      '温馨提示:集成版虽功能丰富,但冗余依赖过多,建议开发时使用基础版进行开发, 付费版618惊喜福利,全年最低价,一年仅此一次:<a target="_blank" href="https://chu1204505056.gitee.io/authorization">点我获取优惠福利</a>',
     closable: false,
     type: 'success',
   },