From fbbbc66329808249c7a0689f2efca6c79a6bf892 Mon Sep 17 00:00:00 2001
From: lty <876263681@qq.com>
Date: 星期四, 28 八月 2025 08:37:11 +0800
Subject: [PATCH] #
---
pages/index/index.vue | 34 ++++++++++++++++++++--------------
1 files changed, 20 insertions(+), 14 deletions(-)
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 0bc6bfc..efbe671 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -1,11 +1,11 @@
<template>
<view>
<scroll-view scroll-y>
- <view class="flex justify-end custom-position">
+ <!-- <view class="flex justify-end custom-position">
<view>
<image class="img-logo flex solid-bottom " src="../../static/zoneyung.png" mode="widthFix"></image>
</view>
- </view>
+ </view> -->
<view class="nav-list" >
<navigator hover-class="none" :url="'/pages/basics/' + item.name" class="nav-li" navigateTo :class="'bg-'+item.color"
:style="[{animation: 'show ' + ((index+1)*0.2+1) + 's 1'}]" v-for="(item,index) in elements" :key="index" @click="checked()">
@@ -47,12 +47,18 @@
color: 'blue',
cuIcon: 'goods'
},
- {
- title: '鍚姩鍏ュ簱',
- name: 'startPakin',
- color: 'blue',
- cuIcon: 'goods'
- },
+ // {
+ // title: '鍚姩鍏ュ簱',
+ // name: 'startPakin',
+ // color: 'blue',
+ // cuIcon: 'goods'
+ // },
+ // {
+ // title: '鎷f枡鍏ュ簱',
+ // name: 'paking',
+ // color: 'blue',
+ // cuIcon: 'goods'
+ // },
// {
// title: '搴撳瓨鏌ヨ',
// name: 'stockQuery',
@@ -72,12 +78,12 @@
// color: 'blue',
// cuIcon: 'video'
// },
- // {
- // title: '鍟嗗搧鍏ュ簱',
- // name: 'pakStore',
- // color: 'blue',
- // cuIcon: 'video'
- // },
+ {
+ title: '鐩樼偣鍏ュ簱',
+ name: 'pakStore',
+ color: 'blue',
+ cuIcon: 'video'
+ },
// {
// title: '搴撳瓨鐩樼偣',
// name: 'stoCheck',
--
Gitblit v1.9.1