diff --git a/public/js/config.js b/public/js/config.js index 8f6553e2..c2af2faa 100644 --- a/public/js/config.js +++ b/public/js/config.js @@ -1,4 +1,4 @@ -var COMPANY = ''; //通用 +// var COMPANY = ''; //通用 // var COMPANY='zhongjian'; //中建,和沃尔对接的插件版用这个企业 // var COMPANY='hezhan'; //合展-宿迁 // var COMPANY='nanchang'; //南昌地铁、衢州 @@ -9,6 +9,7 @@ var COMPANY = ''; //通用 // COMPANY = 'xingxuan' // COMPANY = 'hengtong'//瑞士恒通 // COMPANY = 'yunlian'//云联万物 +COMPANY = 'neimenggu'//内蒙古项目 @@ -21,7 +22,7 @@ var PROJECT = { } -var PROJECT_TYPE = PROJECT.online_zjsj +var PROJECT_TYPE = PROJECT.local_test var headerShow = true; // 是否显示头部 var tabsShow = true; // 是否显示tabs diff --git a/src/assets/js/http.js b/src/assets/js/http.js index 4bb2a837..6a89d612 100644 --- a/src/assets/js/http.js +++ b/src/assets/js/http.js @@ -80,9 +80,9 @@ if (process.env.NODE_ENV == 'development') { // axios.defaults.baseURL = 'http://192.168.34.221:12346' //郭圣雄本地 // axios.defaults.baseURL = 'http://192.168.34.221:12350' //金林湾本地 // axios.defaults.baseURL = 'http://192.168.34.122:8070' //彭洁本地 - axios.defaults.baseURL = 'http://192.168.34.221:8070' //郭圣雄本地 + // axios.defaults.baseURL = 'http://192.168.34.221:8070' //郭圣雄本地 // axios.defaults.baseURL = 'http://101.43.164.214:11111' //百色线上 - // axios.defaults.baseURL = 'http://101.43.164.214:12345/#/'//内蒙古线上 + axios.defaults.baseURL = 'http://101.43.164.214:12345/'//内蒙古线上 // axios.defaults.baseURL = 'http://121.196.214.246/api/'//金林湾线上新 } else if (process.env.NODE_ENV == 'debug') { diff --git a/src/store/index.js b/src/store/index.js index 8c215d82..25d42a8c 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -89,6 +89,8 @@ export default new Vuex.Store({ // FILEURL: 'http://182.90.224.147:100/image/',//演示平台 // UPLOADURL: 'http://116.169.63.183:7070/upload/image',//三江集团 // FILEURL: 'http://116.169.63.183:7070/image/',//三江集团 + // UPLOADURL: 'http://101.43.164.214:12345/upload/image',//内蒙古 + // FILEURL: 'http://101.43.164.214:12345/image/',//内蒙古 ACCOUNTTYPE: [ "系统管理员", @@ -277,8 +279,8 @@ export default new Vuex.Store({ state.fileList.operaColumnExpand !== null ? Number(state.fileList.operaColumnExpand) : document.body.clientWidth > 1280 - ? 1 - : 0, // 操作列是否展开,0不展开,1展开 + ? 1 + : 0, // 操作列是否展开,0不展开,1展开 selectedColumnList: (state) => state.fileList.selectedColumnList === null ? ["extendName", "fileSize", "uploadTime", "deleteTime"] diff --git a/src/views/projectAdmin/jlw/BIM/BimCoordination.vue b/src/views/projectAdmin/jlw/BIM/BimCoordination.vue index c430a6dc..12d4b1ed 100644 --- a/src/views/projectAdmin/jlw/BIM/BimCoordination.vue +++ b/src/views/projectAdmin/jlw/BIM/BimCoordination.vue @@ -25,7 +25,7 @@ export default { }, data() { // return { modelReport } - const list = new Array(6).fill(0).map((item, index) => new Array(3).fill(0).map(() => (index === 3 ? 0 : 1))) + const list = new Array(6).fill(0).map((item, index) => new Array(3).fill(0).map(() => (index === 3 ? 1 : 1))) return { list } diff --git a/src/views/projectFront/carManage/carManage.vue b/src/views/projectFront/carManage/carManage.vue index 95d7616d..a1136e46 100644 --- a/src/views/projectFront/carManage/carManage.vue +++ b/src/views/projectFront/carManage/carManage.vue @@ -1,499 +1,633 @@ \ No newline at end of file