Skip to content

Commit

Permalink
perf(systemTitle): 系统标题读取配置项
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Sep 4, 2020
1 parent fa6b0ab commit 966d10e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/store/modules/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ const app = {
const { codevalue, remark } = k;
config[remark] = codevalue;
});
config.systemName = 'BoBo"s Vue Admin';
commit('SET_CONFIG', config);
return config;
},
Expand Down

0 comments on commit 966d10e

Please sign in to comment.