spogulis no
https://github.com/ialley-workshop-open/uni-halo.git
synced 2026-06-12 13:19:31 +08:00
release: 发布 uni-halo beta-v2.0 版本
Šī revīzija ir iekļauta:
+2
-11
@@ -27,16 +27,7 @@ export default {
|
||||
},
|
||||
actions: {
|
||||
fnGetBlogger(context) {
|
||||
if (HaloConfig.author.use) {
|
||||
context.commit("setBlogger", HaloConfig.author);
|
||||
} else {
|
||||
Blogger.getBloggerInfo().then((res) => {
|
||||
context.commit("setBlogger", res.data);
|
||||
}).catch((err) => {
|
||||
// 如果失败,则加载默认配置信息
|
||||
context.commit("setBlogger", HaloConfig.author);
|
||||
});
|
||||
}
|
||||
context.commit("setBlogger", HaloConfig.author);
|
||||
},
|
||||
},
|
||||
};
|
||||
};
|
||||
Atsaukties uz šo jaunā problēmā
Block a user