diff --git a/.env.development b/.env.development index 7c66437..c363340 100644 --- a/.env.development +++ b/.env.development @@ -9,14 +9,12 @@ ENV = 'development' # 接口地址 http://8.130.96.163:8899 # 线上 - VUE_APP_BASE_API = 'https://baiyee.vip' -# 测试 -# VUE_APP_BASE_API = 'http://39.100.77.21:8899' -# VUE_APP_BASE_API = 'http://172.18.0.225:8899'//xy + VUE_APP_BASE_API = 'http://39.100.77.21:8899' + # ts # VUE_APP_BASE_API = 'http://172.18.0.228:8899' -#VUE_APP_BASE_API = 'http://172.18.1.8:8899jt' VUE_APP_BASE_IMG = 'https://baiyee.vip' +# 测试 # VUE_APP_BASE_IMG = 'http://39.100.77.21:8899' VUE_APP_WS_API = 'wss://baiyee.vip' diff --git a/src/api/index.js b/src/api/index.js index ee84f2b..40f0c70 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -1137,7 +1137,7 @@ export function activityListUploadFiles(data) { // 预测式外呼账号配置 export function addAccount(userName, passWord) { return request({ - url: baseObj.url + '/api/account/conf', + url: baseObj.url + 'api/account/conf', method: 'get', params: { userName, @@ -1169,4 +1169,19 @@ export function editActivity(data) { data }) } - +// 广告模型上传 +export function modeUploadFiles(data) { + return request({ + url: baseObj.url + 'api/mode/record/upload/files', + method: 'post', + data + }) +} +// 广告模型-建模 +export function recordBuild(params) { + return request({ + url: baseObj.url + 'api/mode/record/build', + method: 'get', + params + }) +} diff --git a/src/components/DateRangePicker/index.vue b/src/components/DateRangePicker/index.vue index b9ea749..4eaf37f 100644 --- a/src/components/DateRangePicker/index.vue +++ b/src/components/DateRangePicker/index.vue @@ -1,52 +1,52 @@ - - + + diff --git a/src/components/Echarts/Radar.vue b/src/components/Echarts/Radar.vue index 52480d8..f4665b5 100644 --- a/src/components/Echarts/Radar.vue +++ b/src/components/Echarts/Radar.vue @@ -1,122 +1,134 @@ - - - - + + + + diff --git a/src/components/Echarts/RadarChart.vue b/src/components/Echarts/RadarChart.vue index de70e52..7285b1f 100644 --- a/src/components/Echarts/RadarChart.vue +++ b/src/components/Echarts/RadarChart.vue @@ -1,120 +1,120 @@ - - - + + + diff --git a/src/store/modules/api.js b/src/store/modules/api.js index 9b84bf5..1f4b319 100644 --- a/src/store/modules/api.js +++ b/src/store/modules/api.js @@ -1,46 +1,45 @@ -/* - * @Description: - * @Autor: 飘泊客 - * @Date: 2021-12-03 11:10:17 - * @LastEditors: 飘泊客 - * @LastEditTime: 2022-03-17 13:40:48 - */ -const baseUrl = process.env.VUE_APP_BASE_API -const baseImgUrl = process.env.VUE_APP_BASE_IMG -console.log('vuex==', baseImgUrl) -const api = { - state: { - // 部署包上传 - deployUploadApi: baseUrl + '/api/deploy/upload', - // SQL脚本上传 - databaseUploadApi: baseUrl + '/api/database/upload', - // 任务导入 - fileUpload: baseUrl + '/api/task/fileUpload', - // 用户批量导入 - importUsers: baseUrl + '/api-management/api/users/importUsers', - // 实时控制台 - socketApi: baseUrl + '/websocket?token=kl', - // 图片上传 - imagesUploadApi: baseUrl + '/api-management/api/pictures', - // 修改头像 - updateAvatarApi: baseUrl + '/api-management/api/users/updateAvatar', - // 上传证件照 - picturesUpload: baseUrl + '/api-management/api/pictures/upload', - // 上传文件到七牛云 - qiNiuUploadApi: baseUrl + '/api/qiNiuContent', - // Sql 监控 - sqlApi: baseUrl + '/druid/index.html', - // swagger - swaggerApi: baseUrl + '/swagger-ui.html', - // 文件上传 - fileUploadApi: baseUrl + '/api/localStorage', - // baseUrl, - baseApi: baseUrl, - // 图片专用 - baseImgUrl: baseImgUrl, - // 任务导入-公海 - taskFileUpload: 'api-source/source/uploadFile/taskFileUpload' - } -} - -export default api +/* + * @Description: + * @Autor: 飘泊客 + * @Date: 2021-12-03 11:10:17 + * @LastEditors: 飘泊客 + * @LastEditTime: 2022-03-17 13:40:48 + */ +const baseUrl = process.env.VUE_APP_BASE_API +const baseImgUrl = process.env.VUE_APP_BASE_IMG +const api = { + state: { + // 部署包上传 + deployUploadApi: baseUrl + '/api/deploy/upload', + // SQL脚本上传 + databaseUploadApi: baseUrl + '/api/database/upload', + // 任务导入 + fileUpload: baseUrl + '/api/task/fileUpload', + // 用户批量导入 + importUsers: baseUrl + '/api-management/api/users/importUsers', + // 实时控制台 + socketApi: baseUrl + '/websocket?token=kl', + // 图片上传 + imagesUploadApi: baseUrl + '/api-management/api/pictures', + // 修改头像 + updateAvatarApi: baseUrl + '/api-management/api/users/updateAvatar', + // 上传证件照 + picturesUpload: baseUrl + '/api-management/api/pictures/upload', + // 上传文件到七牛云 + qiNiuUploadApi: baseUrl + '/api/qiNiuContent', + // Sql 监控 + sqlApi: baseUrl + '/druid/index.html', + // swagger + swaggerApi: baseUrl + '/swagger-ui.html', + // 文件上传 + fileUploadApi: baseUrl + '/api/localStorage', + // baseUrl, + baseApi: baseUrl, + // 图片专用 + baseImgUrl: baseImgUrl, + // 任务导入-公海 + taskFileUpload: 'api-source/source/uploadFile/taskFileUpload' + } +} + +export default api diff --git a/src/views/adminGroup/group/formulaIndex.vue b/src/views/adminGroup/group/formulaIndex.vue index db478b6..10469da 100644 --- a/src/views/adminGroup/group/formulaIndex.vue +++ b/src/views/adminGroup/group/formulaIndex.vue @@ -1,469 +1,469 @@ - - - - - + + + + + diff --git a/src/views/adminGroup/group/index.vue b/src/views/adminGroup/group/index.vue index 7e7e3a4..7fda83b 100644 --- a/src/views/adminGroup/group/index.vue +++ b/src/views/adminGroup/group/index.vue @@ -1,551 +1,551 @@ - - - - - + + + + + diff --git a/src/views/advertisement/advertisementList.vue b/src/views/advertisement/advertisementList.vue new file mode 100644 index 0000000..7fa855b --- /dev/null +++ b/src/views/advertisement/advertisementList.vue @@ -0,0 +1,368 @@ + + + + + diff --git a/src/views/advertisement/manageIndex.vue b/src/views/advertisement/manageIndex.vue new file mode 100644 index 0000000..28076e5 --- /dev/null +++ b/src/views/advertisement/manageIndex.vue @@ -0,0 +1,235 @@ + + + + + diff --git a/src/views/agentManagement/index.vue b/src/views/agentManagement/index.vue index df08a0b..bcc4aeb 100644 --- a/src/views/agentManagement/index.vue +++ b/src/views/agentManagement/index.vue @@ -1,653 +1,653 @@ - - - - - + + + + + diff --git a/src/views/customerManagement/index.vue b/src/views/customerManagement/index.vue index 6a00e0e..b5d02ac 100644 --- a/src/views/customerManagement/index.vue +++ b/src/views/customerManagement/index.vue @@ -570,17 +570,17 @@ label="dmp投量" /> - + diff --git a/src/views/internationalWaters/adminIndexList.vue b/src/views/internationalWaters/adminIndexList.vue index ce7d385..4e4aa31 100644 --- a/src/views/internationalWaters/adminIndexList.vue +++ b/src/views/internationalWaters/adminIndexList.vue @@ -1,1128 +1,1128 @@ - - - - - + + + + + diff --git a/src/views/labelManagement/index.vue b/src/views/labelManagement/index.vue index d988013..56ef072 100644 --- a/src/views/labelManagement/index.vue +++ b/src/views/labelManagement/index.vue @@ -1,322 +1,322 @@ - - - - + + + + diff --git a/src/views/nested/account/index.vue b/src/views/nested/account/index.vue index becb64a..07c3d86 100644 --- a/src/views/nested/account/index.vue +++ b/src/views/nested/account/index.vue @@ -1,557 +1,557 @@ - - - - + + + + diff --git a/src/views/packageManagement/index.vue b/src/views/packageManagement/index.vue index d03bcb6..326f17d 100644 --- a/src/views/packageManagement/index.vue +++ b/src/views/packageManagement/index.vue @@ -1,664 +1,664 @@ - - - - + + + + diff --git a/src/views/predictiveOutboundCall/index.vue b/src/views/predictiveOutboundCall/index.vue index 774e0d7..6ea8d71 100644 --- a/src/views/predictiveOutboundCall/index.vue +++ b/src/views/predictiveOutboundCall/index.vue @@ -53,8 +53,7 @@