页面
This commit is contained in:
parent
09e5b8014b
commit
3814c7c2e6
@ -78,14 +78,14 @@
|
||||
},
|
||||
{
|
||||
name: '美丽乡村',
|
||||
url: '/pages/about/index',
|
||||
url: '/',
|
||||
icon: '/static/icons/home4.png',
|
||||
type: 2,
|
||||
color: 'red',
|
||||
},
|
||||
{
|
||||
name: '景区景点',
|
||||
url: '',
|
||||
url: '/pages/about/index',
|
||||
icon: '/static/icons/home5.png',
|
||||
type: 1,
|
||||
color: 'red',
|
||||
@ -122,7 +122,7 @@
|
||||
@click="
|
||||
more({
|
||||
type: 2,
|
||||
url: '',
|
||||
url: '/',
|
||||
})
|
||||
"
|
||||
>
|
||||
|
@ -125,8 +125,8 @@
|
||||
<script lang="ts" setup name="WxLogin">
|
||||
import { useUserStore } from '@/store'
|
||||
import { getUrl, getWebUrl, getShopWebUrl, hasLogin } from '@/utils'
|
||||
// const userStore = useUserStore()
|
||||
|
||||
const userStore = useUserStore()
|
||||
console.log('userStore', userStore)
|
||||
import { defineComponent } from 'vue'
|
||||
|
||||
// export default defineComponent({
|
||||
@ -193,7 +193,6 @@ function more(item) {
|
||||
}
|
||||
}
|
||||
const show = ref(false)
|
||||
const userStore = useUserStore()
|
||||
|
||||
function toLogin() {
|
||||
uni.navigateTo({
|
||||
|
Loading…
x
Reference in New Issue
Block a user