隐藏首页未开发项目

This commit is contained in:
@fawn-nine
2023-11-14 11:28:14 +08:00
parent 7db05c39fa
commit 890a3c45ad
3 changed files with 11 additions and 8 deletions

View File

@@ -122,7 +122,7 @@
import $http from '@/config/requestConfig.js';
// import appShare, { closeShare } from '@/uni_modules/zhouWei-APPshare/js_sdk/appShare';
import {
mapState
mapState,mapMutations
} from 'vuex';
export default {
data() {
@@ -160,6 +160,7 @@
},
//方法
methods: {
...mapMutations(['setUserInfo']),
// 获得操作系统
getOS(){
let oprateOs = ''
@@ -278,6 +279,7 @@
// 退出登录
signOut() {
this.signShow = false
this.setUserInfo({'token': null})
uni.reLaunch({
url: '../user/login'
});