Add more pages in the WebUI
This commit is contained in:
parent
2b828765e3
commit
fcc1109e76
82 changed files with 5005 additions and 249 deletions
|
@ -1,4 +1,5 @@
|
|||
import { APP } from '../_helpers/APP'
|
||||
import Helps from '../_helpers/Helps'
|
||||
|
||||
const Boot = {
|
||||
install (Vue, options) {
|
||||
|
@ -13,11 +14,23 @@ const Boot = {
|
|||
},
|
||||
env () {
|
||||
return APP.config.env
|
||||
},
|
||||
appThumbStyle () {
|
||||
return {
|
||||
right: '2px',
|
||||
borderRadius: '2px',
|
||||
backgroundColor: '#dcdcdc',
|
||||
width: '6px',
|
||||
opacity: 0.75
|
||||
}
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
},
|
||||
filters: {
|
||||
capFirstLetter (value) {
|
||||
return Helps.capFirstLetter(value)
|
||||
}
|
||||
},
|
||||
created () {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue