update 更换外框架布局

This commit is contained in:
2021-06-03 17:53:25 +08:00
parent 2c712ddd04
commit 7769c4bb43
16 changed files with 1102 additions and 181 deletions

View File

@@ -100,6 +100,11 @@ import './assets/style/app.less'
import { SETTING_KEY } from './common/storage'
const settings = JSON.parse(window.localStorage.getItem(SETTING_KEY))
Object.assign(settings, {
layout: 'top-nav',
container: 'container-fluid',
navTheme: 'dark'
})
const app = new Vue({
data: {