Forráskód Böngészése

用户行为记录

zhengjinyi 2 éve
szülő
commit
0c96bb7e19

+ 0 - 2
src/main/resources/static/js/index.js

@@ -360,8 +360,6 @@ var homeData = new Vue({
     },
     mounted: function() {
         var _this = this;
-        this.cmSysParams.pageType = 1;
-        this.cmSysParams.pageLabel = '首页';
         // 页面主图轮播
         this.swiperBanner();
         // 获取设置商品价格

+ 1 - 0
src/main/resources/static/js/mixins/router.config.js

@@ -1,4 +1,5 @@
 const includeList = [
+    { title:'商城首页',url:'/',pageLabel:'商城首页',pageType:1 },
     { title:'二手市场',url:'/flea-market/list.html',pageLabel:'二手市场',pageType:3 },
     { title:'发布二手',url:'/flea-market/form.html',pageLabel:'发布二手',pageType:4 },
     { title:'公告列表',url:'/news.html',pageLabel:'公告列表',pageType:15 },