Merge branch 'dev-xiaomi' into 'master'

Dev xiaomi

See merge request !8
This commit is contained in:
杜海鹏 2022-06-15 16:08:25 +08:00
commit eb5593565f
10 changed files with 6241 additions and 6126 deletions

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/' // axios.defaults.baseURL = 'http://124.71.178.44:100/'
// tag: 本地 // tag: 本地
axios.defaults.baseURL = 'http://192.168.34.125:6023/'; //本地 http/1.1 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://182.90.224.237:7000/'; // 广西
// axios.defaults.baseURL = 'http://120.196.217.6:7000/' //鹤洲 // axios.defaults.baseURL = 'http://120.196.217.6:7000/' //鹤洲

View File

@ -1386,7 +1386,6 @@ const routes2 = [
{ {
path: '/project/dataBoard/', path: '/project/dataBoard/',
name: '数据看板', name: '数据看板',
component: resolve => require(['@/views/projectAdmin/dataBoardTwo/dataBoard.vue'], resolve),
// component: resolve => require(['@/views/projectAdmin/dataBoard/dataBoard.vue'], resolve), // component: resolve => require(['@/views/projectAdmin/dataBoard/dataBoard.vue'], resolve),
// children: [{ // children: [{
// path: 'index', // path: 'index',
@ -1436,6 +1435,8 @@ const routes2 = [
// component: () => import('@/views/projectAdmin/dataBoard/AiAnalysis.vue'), // component: () => import('@/views/projectAdmin/dataBoard/AiAnalysis.vue'),
// } // }
// ] // ]
component: resolve => require(['@/views/projectAdmin/dataBoardTwo/dataBoard.vue'], resolve),
children: [{ children: [{
path: 'index', path: 'index',
name: '数据看板-首页概览', name: '数据看板-首页概览',
@ -1443,7 +1444,7 @@ const routes2 = [
}, { }, {
path: 'digitalSite', path: 'digitalSite',
name: '数据看板-数字工地', name: '数据看板-数字工地',
component: () => import('@/views/projectAdmin/dataBoardTwo/digitalSite.vue'), component: () => import('@/views/projectAdmin/dataBoardTwo/digitalSite'),
}, { }, {
path: 'laborManage', path: 'laborManage',
name: '数据看板-劳务管理', name: '数据看板-劳务管理',
@ -1482,26 +1483,6 @@ const routes2 = [
path: 'AiAnalysis', path: 'AiAnalysis',
name: '数据看板-AI数据分析', name: '数据看板-AI数据分析',
component: () => import('@/views/projectAdmin/dataBoardTwo/AiAnalysis.vue'), component: () => import('@/views/projectAdmin/dataBoardTwo/AiAnalysis.vue'),
},
{
path: 'contractManage',
name: '数据看板-合约管理',
component: () => import('@/views/projectAdmin/dataBoardTwo/contractManage.vue'),
},
{
path: 'doublecManage',
name: '数据看板-双碳管理',
component: () => import('@/views/projectAdmin/dataBoardTwo/doublecManage.vue'),
},
{
path: 'bigScreen',
name: '数据看板-监控大屏',
component: () => import('@/views/projectAdmin/dataBoardTwo/bigScreen.vue'),
},
{
path: 'cimManage',
name: '数据看板-CIM+',
component: () => import('@/views/projectAdmin/dataBoardTwo/cimManage.vue'),
} }
] ]
}, },

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff