Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
姚俊旭 2025-06-11 15:08:38 +08:00
commit 4c42a2d9cc
3 changed files with 6 additions and 6 deletions

View File

@ -58,8 +58,8 @@ export default {
return {
codeUrl: '',
loginForm: {
username: 'admin',
password: 'admin123',
username: '',
password: '',
rememberMe: false,
code: '1',
uuid: '',

View File

@ -33,9 +33,9 @@ const props = defineProps({
let pageTitle = ref(props.title);
let linkList = reactive([
{ title: '帮助', name: 'help', icon: 'problem', iconSize: '30px', path: '' },
{ title: '我的', name: 'my', icon: 'user', iconSize: '30px', path: '/sub-operation-service/userCenter' },
{ title: '首页', name: 'home', icon: 'home', iconSize: '30px', path: '/sub-operation-service/home' },
// { title: '', name: 'help', icon: 'problem', iconSize: '30px', path: '' },
// { title: '', name: 'my', icon: 'user', iconSize: '30px', path: '/sub-operation-service/userCenter' },
{ title: '首页', name: 'home', icon: 'home', iconSize: '30px', path: '/sub-operation-service/smartFarm/main' },
]);
let currentLink = ref(null);

View File

@ -3,7 +3,7 @@
<common current-name="agricultural">
<template #main>
<div class="my-shoping-car-warp">
<userHeader :title="'我的购物车 (' + total + ')'"></userHeader>
<userHeader :title="'我的购物车'"></userHeader>
<div class="page-content-warp">
<div class="fix-top">
<div class="do-all" @click="toCheckAll">