|
|
@@ -10,10 +10,7 @@ export const user = defineStore('user', {
|
|
|
isQingQue: import.meta.env.VITE_LOGO === 'QingQue',
|
|
|
projectName: import.meta.env.VITE_PROJECT_NAME,
|
|
|
keywords: '',
|
|
|
- profile: {
|
|
|
- ecoinName: '',
|
|
|
- ecoin: 0
|
|
|
- } as any,
|
|
|
+ profile: {} as any,
|
|
|
menuPath: [
|
|
|
{ text: '首页', value: 1, url: '/home' },
|
|
|
{ text: '分类', value: 2, url: '/cate' },
|