重构控制台首页

This commit is contained in:
暮光:城中城
2019-06-27 22:42:06 +08:00
parent 968bbb5f5a
commit f144e77035
53 changed files with 13353 additions and 24 deletions

View File

@@ -0,0 +1,12 @@
const user = {
isLogin: true,
};
const vue = {};
const fullscreen = false;
export default {
vue,
user,
fullscreen,
}