This commit is contained in:
su 2025-03-09 22:02:03 +08:00
parent d6b1d3444a
commit b763d2df3b
9 changed files with 2372 additions and 44 deletions

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 451 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 264 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

BIN
src/assets/img/数据9.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -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;

View File

@ -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)

View File

@ -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