|
@ -115,7 +115,6 @@
|
|
|
import { PageView } from '@/layouts'
|
|
|
import HeadInfo from '@/components/tools/HeadInfo'
|
|
|
import { Radar } from '@/components'
|
|
|
import { getRoleList, getServiceList } from '@/api/manage'
|
|
|
const DataSet = require('@antv/data-set')
|
|
|
|
|
|
export default {
|
|
@ -188,13 +187,6 @@
|
|
|
created () {
|
|
|
this.user = this.userInfo
|
|
|
this.avatar = process.env.VUE_APP_API_BASE_URL + '/sysFileInfo/preview?id=' + this.userInfo.avatar
|
|
|
getRoleList().then(res => {
|
|
|
// console.log('workplace -> call getRoleList()', res)
|
|
|
})
|
|
|
|
|
|
getServiceList().then(res => {
|
|
|
// console.log('workplace -> call getServiceList()', res)
|
|
|
})
|
|
|
},
|
|
|
mounted () {
|
|
|
this.getProjects()
|