fix: BUG修改
This commit is contained in:
parent
6b778bbfbb
commit
da56a7ba60
@ -84,7 +84,7 @@ if (process.env.NODE_ENV == "development") {
|
||||
// axios.defaults.baseURL ='http://101.43.164.214:45011/' //上海优益(上海建工)
|
||||
// axios.defaults.baseURL = 'http://192.168.34.221:28888/' //郭圣雄本地
|
||||
// axios.defaults.baseURL = 'http://192.168.34.221:28889/' //郭圣雄本地
|
||||
// axios.defaults.baseURL = 'http://192.168.34.221:9111/' //郭圣雄本地
|
||||
axios.defaults.baseURL = 'http://192.168.34.221:9111/' //郭圣雄本地
|
||||
// axios.defaults.baseURL = 'http://192.168.34.155:19111/' //彭洁本地
|
||||
// axios.defaults.baseURL = 'http://182.90.224.237:51234' //郭圣雄远程
|
||||
// axios.defaults.baseURL = 'http://jxj.zhgdyun.com:61212/' //彭洁远程
|
||||
@ -95,7 +95,7 @@ if (process.env.NODE_ENV == "development") {
|
||||
// axios.defaults.baseURL = 'http://125.88.207.86:8099/'//中建四局(沙湖)线上(最新)地址
|
||||
// axios.defaults.baseURL = 'http://jxj.zhgdyun.com:15551/'//测试地址
|
||||
// axios.defaults.baseURL = 'http://47.93.215.234:9809/'//鞍钢正式地址(弃用)
|
||||
axios.defaults.baseURL = 'http://42.180.188.17:9809/'//鞍钢正式地址
|
||||
// axios.defaults.baseURL = 'http://42.180.188.17:9809/'//鞍钢正式地址
|
||||
// axios.defaults.baseURL = 'http://47.93.215.234:11211/'//鞍钢测试地址(弃用)
|
||||
// axios.defaults.baseURL = "http://42.180.188.17:11211/"; //鞍钢测试地址
|
||||
// axios.defaults.baseURL = 'http://jxj.zhgdyun.com:19814/'//测试地址
|
||||
|
||||
@ -423,7 +423,8 @@ export default {
|
||||
},
|
||||
},
|
||||
label: {
|
||||
formatter: "{b|{b}}\n{c|{c}}",
|
||||
color: "#415058",
|
||||
formatter: "{b|{b}}\n{c|{c}} 占{d|{d}}%",
|
||||
rich: {
|
||||
b: {
|
||||
// width: 200,
|
||||
@ -435,6 +436,11 @@ export default {
|
||||
lineHeight: 20,
|
||||
// align: "right",
|
||||
},
|
||||
d: {
|
||||
color: "#415058",
|
||||
lineHeight: 20,
|
||||
// align: "right",
|
||||
},
|
||||
},
|
||||
},
|
||||
data: [
|
||||
@ -580,9 +586,10 @@ export default {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
margin-top: -5px;
|
||||
.pageTitle {
|
||||
margin-bottom: 0px;
|
||||
line-height: 20px;
|
||||
line-height: 16px;
|
||||
}
|
||||
.condition-change {
|
||||
margin-right: 5px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user