feat:更新朋友圈功能
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user