From cb5354ffdce249a49213a0430316e607c6002da7 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期四, 28 三月 2024 13:53:05 +0800 Subject: [PATCH] Merge branch 'demo' of http://47.97.1.152:5880/r/wms_app into demo --- pages/home/home.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/home/home.vue b/pages/home/home.vue index f89fbf0..f50bf48 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -3,7 +3,7 @@ <scroll-view scroll-y class="page"> <view class="nav-list"> <navigator hover-class='none' class="nav-li" navigateTo - :url="'/pages/project' + item.url" + :url="item.url" :class="'bg-'+item.color" :style="[{animation: 'show ' + ((index+1)*0.2+1) + 's 1',width: item.width}]" v-for="(item,index) in menu" @@ -22,7 +22,8 @@ import { mapState } from 'vuex'//寮曞叆mapState export default { data() { - return {} + return { + } }, onShow() { console.log(this.menu); -- Gitblit v1.9.1