fix: BUG修改
This commit is contained in:
parent
8bbb7463b6
commit
79fc287548
8
main.js
8
main.js
@ -36,16 +36,16 @@ if (process.env.NODE_ENV === 'development') {
|
||||
// 开发环境
|
||||
console.log('开发环境')
|
||||
// Vue.prototype.url_config = 'http://47.93.215.234:9809/' // 鞍钢正式地址(弃用)
|
||||
Vue.prototype.url_config = 'http://42.180.188.17:9809/' // 鞍钢正式地址
|
||||
// Vue.prototype.url_config = 'http://42.180.188.17:11211/' // 鞍钢测试地址
|
||||
// Vue.prototype.url_config = 'http://42.180.188.17:9809/' // 鞍钢正式地址
|
||||
Vue.prototype.url_config = 'http://42.180.188.17:11211/' // 鞍钢测试地址
|
||||
// Vue.prototype.url_config = 'http://182.90.224.237:51234/' //雄哥内网穿透地址
|
||||
// Vue.prototype.url_config = 'http://jxj.zhgdyun.com:61212/' //杰哥内网穿透地址
|
||||
// Vue.prototype.url_config = 'http://192.168.34.221:9111/' //郭圣雄本地
|
||||
// Vue.prototype.url_config = 'http://192.168.34.155:19111/' //彭洁本地
|
||||
// Vue.prototype.work_url = 'http://47.93.215.234:19997' // 工作流线上地址(弃用)
|
||||
// Vue.prototype.work_url = 'http://42.180.188.17:19997' // 工作流线上地址
|
||||
Vue.prototype.work_url = 'http://42.180.188.17:19097' // 工作流测试地址
|
||||
// Vue.prototype.work_url = 'http://192.168.34.138:5173' // 工作流地址
|
||||
// Vue.prototype.work_url = 'http://42.180.188.17:19097' // 工作流测试地址
|
||||
Vue.prototype.work_url = 'http://192.168.34.138:5173' // 工作流地址
|
||||
// Vue.prototype.work_url = 'http://139.9.66.234:5173' // 工作流地址
|
||||
// Vue.prototype.work_url = 'http://192.168.34.126:5173' // 工作流地址
|
||||
// Vue.prototype.url_config = 'http://8.142.139.165:7080/' // 湖里
|
||||
|
||||
@ -11,7 +11,8 @@
|
||||
projectTotalProgress: 0
|
||||
},
|
||||
tabList: [],
|
||||
isShowAudit: false
|
||||
isShowAudit: false,
|
||||
projectProgressShow: false
|
||||
};
|
||||
},
|
||||
watch: {
|
||||
@ -76,6 +77,7 @@
|
||||
if (code === 200) {
|
||||
console.log(777888)
|
||||
that.projectObject = result;
|
||||
that.projectProgressShow = true;
|
||||
}
|
||||
}
|
||||
})
|
||||
@ -162,9 +164,9 @@
|
||||
|
||||
<template>
|
||||
<view class="content">
|
||||
<view class="big-progressr">
|
||||
<view class="big-progressr" v-if="projectProgressShow">
|
||||
<u-circle-progress width="450" border-width="24" inactive-color="#fff" active-color="#2979ff"
|
||||
:percent="projectObject.projectTotalProgress">
|
||||
:percent="projectObject.projectTotalProgress" :duration="100">
|
||||
<view class="u-progress-content">
|
||||
<view class="svgImage">
|
||||
<svg :width="px(400)" :height="px(400)" xmlns="http://www.w3.org/2000/svg">
|
||||
@ -248,11 +250,11 @@
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
position: relative;
|
||||
transform: rotate(130deg);
|
||||
transform: rotate(180deg);
|
||||
$offset: 30rpx;
|
||||
|
||||
.u-progress-content {
|
||||
transform: rotate(-130deg);
|
||||
transform: rotate(180deg);
|
||||
position: absolute;
|
||||
left: $offset;
|
||||
right: $offset;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user