refactor(projects): 代码优化

This commit is contained in:
Soybean
2022-03-05 23:48:05 +08:00
parent f42ee9dbe5
commit 4e31abd446
4 changed files with 12 additions and 16 deletions

View File

@ -1,8 +1,8 @@
import subscribeAppStore from './app';
// import subscribeAppStore from './app';
import subscribeThemeStore from './theme';
/** 订阅状态 */
export function subscribeStore() {
subscribeAppStore();
// subscribeAppStore();
subscribeThemeStore();
}