feat:更新朋友圈功能

This commit is contained in:
2025-06-27 15:58:06 +08:00
parent 233d7de144
commit 4276e9466a
9 changed files with 51 additions and 14 deletions

View File

@@ -5,6 +5,14 @@
<span>版本号</span>
<span>{{ appStore.version }}</span>
</div>
<div>
IOS下载地址<el-image :src="getAssetsImageFile('ios.png')"/>
</div>
<div>
Android下载地址
</div>
<div class="button-container">
<el-button type="primary" @click="viewLatestVersionClick">检查新版本</el-button>
<el-button type="primary" @click="logoutClick">退出登录</el-button>
@@ -17,6 +25,7 @@ import { useAppStore } from '@/store/app.ts'
import { useUserStore } from '@/store/user.ts'
import { useAuthStore } from '@/store/auth.ts'
import { useRouter } from 'vue-router'
import { getAssetsImageFile } from '@/utils'
const appStore = useAppStore()
const userStore = useUserStore()