更改全局样式

This commit is contained in:
骆乐 2022-06-15 17:51:21 +08:00
commit 5603818e7c
16 changed files with 6389 additions and 6248 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 842 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 452 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 416 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 750 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 912 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 668 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 562 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -41,6 +41,7 @@ if (process.env.NODE_ENV == 'development') {
// axios.defaults.baseURL = 'http://124.71.178.44:100/'
// tag: 本地
axios.defaults.baseURL = 'http://192.168.34.125:6023/'; //本地 http/1.1
// axios.defaults.baseURL = 'http://120.196.217.6:7000/'; // 鹤洲
// axios.defaults.baseURL = 'http://182.90.224.237:7000/'; // 广西
// axios.defaults.baseURL = 'http://120.196.217.6:7000/' //鹤洲

View File

@ -1443,7 +1443,7 @@ const routes2 = [
}, {
path: 'digitalSite',
name: '数据看板-数字工地',
component: () => import('@/views/projectAdmin/dataBoardTwo/digitalSite.vue'),
component: () => import('@/views/projectAdmin/dataBoardTwo/digitalSite'),
}, {
path: 'laborManage',
name: '数据看板-劳务管理',

View File

@ -1,8 +1,5 @@
<template>
<div>
<img src="@/assets/images/dataBoard/wisdomBuild/cim+.png" style="width: 100%;" alt="">
</div>
</template>
<script>
</script>
<style lang="less" scoped>
</style>

View File

@ -6,11 +6,12 @@
<img v-if="headerLogo" style="width: auto;height: 30px;margin-right: 16px;" :src="headerLogo" />
<span v-if="company != 'longguang'">
<!-- 智慧工地云平台 -->
{{$t('message.dataBoard.headerTitle')}}
<!-- {{$t('message.dataBoard.headerTitle')}} -->
中建科创数字建造管控平台
</span>
<span v-else style="color:#fff;margin-top:15px">
<!-- 龙光智慧工地平台 -->
{{$t('message.dataBoard.headerTitle2')}}
<!-- {{$t('message.dataBoard.headerTitle2')}} -->
</span>
<!-- {{ $t("message.carOverview.vehicleStatistics") }} -->
</h1>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,7 @@
<template>
<div>
<!-- 进度管理 -->
<div v-if="COMPANY != 'longguang'" class="fullHeight">
<div v-if="false && COMPANY != 'longguang'" class="fullHeight">
<!-- <vue-scroll>
<img src="@/assets/images/dataBoard/6.png" style="height:auto;width:100%"/>
</vue-scroll> -->
@ -186,8 +187,11 @@
</el-dialog>
</div>
<PlanTwo v-else></PlanTwo>
<!-- <PlanTwo v-else></PlanTwo> -->
<img src="@/assets/images/dataBoard/wisdomBuild/main.png" style="width: 100%" alt="" />
</div>
</template>
<script>
import echarts from 'echarts4';;
import { getProjectDetail,getProjectExtendInfoApi,editProjectExtendApi } from "@/assets/js/api/baseInfo.js";

View File

@ -272,6 +272,10 @@ export default {
this.queryParams.enterpriseId = this.projectList[this.activeIndex].enterpriseId;
//
this.getList()
//
this.getTeamList()
//
this.getDepartmentList()
})
},
/** 查询用户数据 */