xiabin
This commit is contained in:
parent
fb83e0400a
commit
5dbfc89fee
@ -58,8 +58,8 @@ export default {
|
|||||||
return {
|
return {
|
||||||
codeUrl: '',
|
codeUrl: '',
|
||||||
loginForm: {
|
loginForm: {
|
||||||
username: 'admin',
|
username: '',
|
||||||
password: 'admin123',
|
password: '',
|
||||||
rememberMe: false,
|
rememberMe: false,
|
||||||
code: '1',
|
code: '1',
|
||||||
uuid: '',
|
uuid: '',
|
||||||
|
@ -33,9 +33,9 @@ const props = defineProps({
|
|||||||
let pageTitle = ref(props.title);
|
let pageTitle = ref(props.title);
|
||||||
|
|
||||||
let linkList = reactive([
|
let linkList = reactive([
|
||||||
{ title: '帮助', name: 'help', icon: 'problem', iconSize: '30px', path: '' },
|
// { title: '帮助', name: 'help', icon: 'problem', iconSize: '30px', path: '' },
|
||||||
{ title: '我的', name: 'my', icon: 'user', iconSize: '30px', path: '/sub-operation-service/userCenter' },
|
// { 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: 'home', icon: 'home', iconSize: '30px', path: '/sub-operation-service/smartFarm/main' },
|
||||||
]);
|
]);
|
||||||
|
|
||||||
let currentLink = ref(null);
|
let currentLink = ref(null);
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<common current-name="agricultural">
|
<common current-name="agricultural">
|
||||||
<template #main>
|
<template #main>
|
||||||
<div class="my-shoping-car-warp">
|
<div class="my-shoping-car-warp">
|
||||||
<userHeader :title="'我的购物车 (' + total + ')'"></userHeader>
|
<userHeader :title="'我的购物车'"></userHeader>
|
||||||
<div class="page-content-warp">
|
<div class="page-content-warp">
|
||||||
<div class="fix-top">
|
<div class="fix-top">
|
||||||
<div class="do-all" @click="toCheckAll">
|
<div class="do-all" @click="toCheckAll">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user