update 更换外框架布局
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user