diff --git a/src/assets/js/http.js b/src/assets/js/http.js index 4582d8cd..2655db01 100644 --- a/src/assets/js/http.js +++ b/src/assets/js/http.js @@ -40,7 +40,7 @@ if (process.env.NODE_ENV == 'development') { // axios.defaults.baseURL = 'http://124.71.178.44:100/' // 河南 // tag: 本地 // axios.defaults.baseURL = 'http://192.168.34.174:6023/' // 老大本地 - // axios.defaults.baseURL = 'http://192.168.34.116:6023/' // 邱平毅本地1 + // axios.defaults.baseURL = 'http://192.168.34.116:6023/' // 邱平毅本地1 // axios.defaults.baseURL = 'http://192.168.34.116:18070/' // 邱平毅本地2 // axios.defaults.baseURL = 'http://192.168.34.125:6023' // 邱平毅本地3 // axios.defaults.baseURL = 'http://192.168.34.117:6023/' // 杨杰本地 @@ -55,7 +55,6 @@ if (process.env.NODE_ENV == 'development') { // 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/' //鹤洲 - // axios.defaults.baseURL = 'http://117.156.17.59:9090/'; // // axios.defaults.baseURL = 'http://120.236.247.200:9000/'; //横琴线上 // axios.defaults.baseURL = 'http://223.82.100.80:9000/'; //南昌地铁 @@ -77,6 +76,8 @@ if (process.env.NODE_ENV == 'development') { // axios.defaults.baseURL = 'http://218.92.215.138:9090/' //盐城 新佳城小区 123456 // axios.defaults.baseURL = 'http://36.137.53.203:9090/' //盐城 gdjt 123456789 // axios.defaults.baseURL = 'http://183.234.150.152:9090/' //华发 huaxin 123456789 + // axios.defaults.baseURL = 'http://139.9.66.234:7072/' //三江集团 + // axios.defaults.baseURL ='http://182.90.224.147:100/' //演示平台 } else if (process.env.NODE_ENV == 'debug') { axios.defaults.baseURL = 'https://www.ceshi.com' } else if (process.env.NODE_ENV == 'production') { diff --git a/src/views/projectAdmin/dataBoard/index.vue b/src/views/projectAdmin/dataBoard/index.vue index ec634dcb..a590339b 100644 --- a/src/views/projectAdmin/dataBoard/index.vue +++ b/src/views/projectAdmin/dataBoard/index.vue @@ -12,12 +12,7 @@
-->
{{ $t('message.videoManage.empty') }}, @@ -91,9 +75,9 @@ style="display: inline-block" class="upload-demo" :action="$store.state.UPLOADURL" - :on-success="(file) => handleSuccess(file, 1)" - :on-error="(file) => handleError(file, 1)" - :beforeUpload="(file) => handleBeforeUpload(file, 1)" + :on-success="file => handleSuccess(file, 1)" + :on-error="file => handleError(file, 1)" + :beforeUpload="file => handleBeforeUpload(file, 1)" name="files" :show-file-list="false" > @@ -106,29 +90,23 @@ v-if="projectData.videoUrl && optionListIndex == 1" class="changeVideoBox" :action="$store.state.UPLOADURL" - :on-success="(file) => handleSuccess(file, 1)" - :on-error="(file) => handleError(file, 1)" - :beforeUpload="(file) => handleBeforeUpload(file, 1)" + :on-success="file => handleSuccess(file, 1)" + :on-error="file => handleError(file, 1)" + :beforeUpload="file => handleBeforeUpload(file, 1)" name="files" :show-file-list="false" > - {{ - $t('message.companyDiagram.changeVideo') - }} + {{ $t('message.companyDiagram.changeVideo') }}
+
{{ item.name }}
- +