Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
X
xtj-ui
概览
Overview
Details
Activity
Cycle Analytics
版本库
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
问题
0
Issues
0
列表
Board
标记
里程碑
合并请求
0
Merge Requests
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
Snippets
成员
Members
Collapse sidebar
Close sidebar
活动
图像
聊天
创建新问题
作业
提交
Issue Boards
Open sidebar
Tian
xtj-ui
Commits
2446bd55
Commit
2446bd55
authored
Mar 22, 2023
by
T
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化地址配置放html,首页统计修复
parent
63c586a0
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
10 行增加
和
8 行删除
+10
-8
main.js
src/main.js
+1
-5
home.vue
src/views/home.vue
+9
-3
没有找到文件。
src/main.js
View file @
2446bd55
...
...
@@ -31,11 +31,7 @@ import 'moment/locale/zh-cn'
Vue
.
prototype
.
$moment
=
moment
Vue
.
config
.
productionTip
=
false
//axios.defaults.baseURL = 'http://192.168.3.74:5001'
//开发环境
// axios.defaults.baseURL = 'http://192.168.3.188:5007'
//现场
axios
.
defaults
.
baseURL
=
'http://41.204.124.248:5001'
axios
.
defaults
.
baseURL
=
window
.
_CONFIG
[
'dlURL'
]
// 配置请求超时
...
...
src/views/home.vue
View file @
2446bd55
...
...
@@ -182,7 +182,7 @@
"
>
装备近期使用频率(近一周)
</span
>
<div
id=
"lineChart"
class=
"chart
C
"
/>
<div
id=
"lineChart"
class=
"chart
B
"
/>
</el-card>
</el-col>
...
...
@@ -360,7 +360,7 @@
"
>
装备状态比例
</span
>
<div
id=
"pieChart"
class=
"chart
C"
style=
"height:280
;width: 520px;"
/>
<div
id=
"pieChart"
class=
"chart
D"
style=
"height:280px
;width: 520px;"
/>
</el-card>
</el-col>
</el-row>
...
...
@@ -762,9 +762,15 @@ export default {
}
}
}
.chartB
{
margin-top
:
50px
;
height
:
220px
;
width
:
1073px
}
.chartC
{
margin-top
:
50px
;
//
height
:
200px
;
height
:
210px
;
width
:
1073px
}
@media
(
max-width
:
550px
)
{
.card-panel-description
{
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论