first commit

This commit is contained in:
2025-02-20 15:04:05 +08:00
commit 1793865396
2243 changed files with 357784 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
export default {
token: state => state.app.token,
isLogin: state => !!state.app.token,
backgroundColor: state => state.app.backgroundColor,
userInfo: state => state.app.userInfo || {},
uid: state => state.app.uid,
homeActive: state => state.app.homeActive,
home: state => state.app.home,
chatUrl: state => state.app.chatUrl,
systemPlatform: state => state.app.systemPlatform,
productType: state => state.app.productType
};