reactor:清理部分 TODO
This commit is contained in:
@@ -119,7 +119,6 @@ const app = defineStore({
|
||||
},
|
||||
});
|
||||
|
||||
// todo: @owen 先做数据适配,后期重构
|
||||
const adaptTemplate = async (appTemplate, templateId) => {
|
||||
const { data: diyTemplate } = templateId
|
||||
? // 查询指定模板,一般是预览时使用
|
||||
|
||||
@@ -128,7 +128,6 @@ const user = defineStore({
|
||||
},
|
||||
|
||||
// 登录后,加载各种信息
|
||||
// TODO 芋艿:整理下;
|
||||
async loginAfter() {
|
||||
await this.updateUserData();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user