首页
This commit is contained in:
parent
d6b1d3444a
commit
b763d2df3b
|
@ -1,4 +1,4 @@
|
|||
NODE_ENV=development
|
||||
VUE_APP_API_BASE_URL=http://rcproject.natapp1.cc/jeecg-boot
|
||||
VUE_APP_API_BASE_URL=http://192.168.31.195:8081/jeecg-boot
|
||||
VUE_APP_CAS_BASE_URL=http://cas.example.org:8443/cas
|
||||
VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview
|
BIN
src/assets/img/analysisBG.jpg
Normal file
BIN
src/assets/img/analysisBG.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 451 KiB |
BIN
src/assets/img/echarts4bg.png
Normal file
BIN
src/assets/img/echarts4bg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 264 KiB |
BIN
src/assets/img/echarts8bg.png
Normal file
BIN
src/assets/img/echarts8bg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 49 KiB |
BIN
src/assets/img/数据9.png
Normal file
BIN
src/assets/img/数据9.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
|
@ -36,9 +36,12 @@ body{
|
|||
.datanum{
|
||||
font-family: 'MyCustomFont2', sans-serif;
|
||||
}
|
||||
.analysisBG .num{
|
||||
font-family: 'MyCustomFont1', sans-serif;
|
||||
}
|
||||
.echartsTitle{
|
||||
height: 36px;
|
||||
background: linear-gradient(90deg, rgb(9,62,81),rgb(8,43,62));
|
||||
background: linear-gradient(90deg, rgb(9,62,81),rgb(9,62,81),rgb(8,43,62));
|
||||
color: #ffffff;
|
||||
font-size: 16px;
|
||||
line-height: 34px;
|
||||
|
|
|
@ -61,8 +61,8 @@ export default {
|
|||
// select menu item
|
||||
onOpenChange (openKeys) {
|
||||
console.log('openKeys',openKeys)
|
||||
if(openKeys.length == 1) this.latestOpenKey = openKeys
|
||||
if(openKeys.length == 2) this.latestOpenKey = [openKeys[1]]
|
||||
if(openKeys.length == 1 || this.selectedKeys[0] == '/dashboard/analysis') this.latestOpenKey = openKeys
|
||||
else if(openKeys.length == 2) this.latestOpenKey = [openKeys[1]]
|
||||
// openKeys = this.latestOpenKey
|
||||
console.log('latestOpenKey',this.latestOpenKey)
|
||||
console.log('selectedKeys',this.selectedKeys)
|
||||
|
|
|
@ -90,7 +90,7 @@ export default {
|
|||
created() {
|
||||
//--update-begin----author:scott---date:20190320------for:根据后台菜单配置,判断是否路由菜单字段,动态选择是否生成路由(为了支持参数URL菜单)------
|
||||
//this.menus = this.mainRouters.find((item) => item.path === '/').children;
|
||||
var cc = this.permissionMenuList.shift()
|
||||
// var cc = this.permissionMenuList.shift()
|
||||
this.menus = this.permissionMenuList
|
||||
console.log('顶部菜单',this.permissionMenuList)
|
||||
// 根据后台配置菜单,重新排序加载路由信息
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user