diff --git a/dist.zip b/dist.zip index 0e8f2769..262079b4 100644 Binary files a/dist.zip and b/dist.zip differ diff --git a/public/js/config.js b/public/js/config.js index 047a789e..615f9cd6 100644 --- a/public/js/config.js +++ b/public/js/config.js @@ -16,7 +16,7 @@ var PROJECT = { } -var PROJECT_TYPE = PROJECT.local_test +var PROJECT_TYPE = PROJECT.online_hq var headerShow = true; // 是否显示头部 var tabsShow = true; // 是否显示tabs diff --git a/src/components/account.vue b/src/components/account.vue index 0cc01e6b..7a2f2cd6 100644 --- a/src/components/account.vue +++ b/src/components/account.vue @@ -15,7 +15,7 @@

{{ $store.state.userInfo.companyName }}

-

客服电话:{{$store.state.userInfo.customerServicePhone}}

+

入场码:{{$store.state.currentProDetail.placeCode}}

diff --git a/src/store/index.js b/src/store/index.js index 5cafa864..0f8baa6f 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -45,8 +45,8 @@ export default new Vuex.Store({ // UPLOADURL:'http://10.0.1.43:6023/upload/image',//测试 // FILEURL:'http://10.0.1.43:6023/image/',//测试 BASEURL: baseUrl ? baseUrl : window.location.protocol + '//' + window.location.host + '/', // - // UPLOADURL: window.location.protocol + '//' + window.location.host + '/upload/image', // - // FILEURL: window.location.protocol + '//' + window.location.host + '/image/', //测试 // tag: 本地测试接口 + UPLOADURL: window.location.protocol + '//' + window.location.host + '/upload/image', // + FILEURL: window.location.protocol + '//' + window.location.host + '/image/', //测试 // tag: 本地测试接口 /* 2022-05-16 */ // tag: 部署河南项目时,需要打开这两行代码 // UPLOADURL: 'http://124.71.178.44:100/upload/image', @@ -56,8 +56,8 @@ export default new Vuex.Store({ // UPLOADURL: 'http://192.168.34.125:6023/upload/image', // FILEURL: 'http://192.168.34.125:6023/image/', // 邱平毅的 - UPLOADURL: 'http://192.168.34.216:6023/upload/image', - FILEURL: 'http://192.168.34.216:6023/image/', + // UPLOADURL: 'http://192.168.34.216:6023/upload/image', + // FILEURL: 'http://192.168.34.216:6023/image/', // UPLOADURL:'http://'+"61.190.32.219:9050"+'/upload/image',//正式 // FILEURL:'http://'+"61.190.32.219:9050"+'/image/',//正式 diff --git a/src/views/projectAdmin/zjsj/assets/images/common/bgc_bluechart.png b/src/views/projectAdmin/zjsj/assets/images/common/bgc_bluechart.png new file mode 100644 index 00000000..6f3041f6 Binary files /dev/null and b/src/views/projectAdmin/zjsj/assets/images/common/bgc_bluechart.png differ diff --git a/src/views/projectAdmin/zjsj/assets/images/common/bgc_other.png b/src/views/projectAdmin/zjsj/assets/images/common/bgc_other.png new file mode 100644 index 00000000..d53e5819 Binary files /dev/null and b/src/views/projectAdmin/zjsj/assets/images/common/bgc_other.png differ diff --git a/src/views/projectAdmin/zjsj/govComp/Col3.vue b/src/views/projectAdmin/zjsj/govComp/Col3.vue index 9364044a..d6f9d0b2 100644 --- a/src/views/projectAdmin/zjsj/govComp/Col3.vue +++ b/src/views/projectAdmin/zjsj/govComp/Col3.vue @@ -1,14 +1,188 @@ - +