提交代码

This commit is contained in:
‘tuzi0421
2024-03-13 16:07:11 +08:00
parent d022e33da9
commit e37d0e4112
34 changed files with 1933 additions and 206 deletions

View File

@ -31,8 +31,8 @@ export default {
{
id: 0,
path: '/pages/index/index',
icon: '/static/indexB.png',
selectIcon: '/static/indexA.png',
icon: '/static/indexA.png',
selectIcon: '/static/indexB.png',
text: '首页',
centerItem: false
},
@ -48,8 +48,8 @@ export default {
{
id: 2,
path: '/pages/person/person',
icon: '/static/personA.png',
selectIcon: '/static/personB.png',
icon: '/static/personB.png',
selectIcon: '/static/personA.png',
text: '我的',
centerItem: false
}

View File

@ -0,0 +1,20 @@
<template>
<view>
</view>
</template>
<script>
export default {
name:"switchDefine",
data() {
return {
};
}
}
</script>
<style>
</style>