first commit

이 커밋은 다음에 포함됨:
2025-02-20 15:04:05 +08:00
커밋 1793865396
2243개의 변경된 파일357784개의 추가작업 그리고 0개의 파일을 삭제
+12
파일 보기
@@ -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
};