diff --git a/.svn/wc.db-journal b/.svn/wc.db-journal deleted file mode 100644 index e69de29..0000000 diff --git a/components.d.ts b/components.d.ts index c395e8f..7c8a9db 100644 --- a/components.d.ts +++ b/components.d.ts @@ -16,6 +16,7 @@ declare module 'vue' { AppNewsBox: typeof import('./src/components/AppNewsBox.vue')['default'] AppPagination: typeof import('./src/components/AppPagination.vue')['default'] ElButton: typeof import('element-plus/es')['ElButton'] + ElCascader: typeof import('element-plus/es')['ElCascader'] ElCol: typeof import('element-plus/es')['ElCol'] ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider'] ElDatePicker: typeof import('element-plus/es')['ElDatePicker'] diff --git a/dist.zip b/dist.zip new file mode 100644 index 0000000..7ce3e55 Binary files /dev/null and b/dist.zip differ diff --git a/src/App.vue b/src/App.vue old mode 100644 new mode 100755 diff --git a/src/api/daikin/base.ts b/src/api/daikin/base.ts old mode 100644 new mode 100755 index 56816a0..4c0eaa1 --- a/src/api/daikin/base.ts +++ b/src/api/daikin/base.ts @@ -6,8 +6,8 @@ import type { AxiosRequestConfig } from 'axios' * http://127.0.0.1:8811/openApi/moduleStat/report */ export function report(data: any) { - // return openApiRequest({ url: '/auth/login', method: 'post', data }) - return http.post('/moduleStat/report',data) + // return openApiRequest({ url: '/auth/login', method: 'post', data }) + return http.post('/moduleStat/report', data) } // /daikin-登录 // POST http://admin.echo.mteam01.com/openApi/auth/login @@ -18,17 +18,17 @@ export function report(data: any) { // 成功响应示例 // {"msg":"b5c17f42-4f63-4fbd-b5cf-9c82b033c9a7","code":200} export interface LoginReq { - // 账号 13923879210 - account: string, - // 密码 123456 - password: string, - authType:string + // 账号 13923879210 + account: string + // 密码 123456 + password: string + authType: string } export function login(data: LoginReq) { - // return openApiRequest({ url: '/auth/login', method: 'post', data }) - return http.post('/auth/login', { - ...data - }) + // return openApiRequest({ url: '/auth/login', method: 'post', data }) + return http.post('/auth/login', { + ...data + }) } // /daikin-获取登录信息 @@ -45,14 +45,14 @@ export function login(data: LoginReq) { // } // } export async function getCurLogin() { - // return openApiRequest({ url: '/auth/getCurLogin', method: 'post' }) - return http.post('/auth/getCurLogin', { }) + // return openApiRequest({ url: '/auth/getCurLogin', method: 'post' }) + return http.post('/auth/getCurLogin', {}) } /**通知列表 * http://127.0.0.1:8811/openApi/notice/getList */ export async function getAllNoticeList() { - return http.get('/notice/getList') + return http.get('/notice/getList') } /** * 接口URL: daikin-获取部门数据(树级) @@ -60,21 +60,20 @@ GET http://127.0.0.1:8811/openApi/user/deptTree */ export async function deptTree(params: any) { - return http.get('/user/deptTree',{params}) + return http.get('/user/deptTree', { params }) } -export interface userPage{ - pageNum?:string, - pageSize?:string, - phonenumber?:string, - status?:string, - beingTime:string, - endTime:string, - deptId?:string, - nickName:string, - reviewSource:string, +export interface userPage { + pageNum?: string + pageSize?: string + phonenumber?: string + status?: string + beingTime: string + endTime: string + deptId?: string + nickName: string + reviewSource: string } - /** * 接口URL:daikin-获取用户分页列表 GET @@ -83,8 +82,8 @@ http://127.0.0.1:8811/openApi/user/getPage * * */ -export async function getPage(params:userPage) { - return http.get('/user/getPage',{params}) +export async function getPage(params: userPage) { + return http.get('/user/getPage', { params }) } // daikin-情报列表 // GET http://admin.echo.mteam01.com/openApi/article/getPage?pageNum=1&pageSize=10&type=1 @@ -110,24 +109,24 @@ export async function getPage(params:userPage) { // "msg": "查询成功" // } export interface ArticlePageReq { - // 页码 1 - pageNum: string - // 页面数量 10 - pageSize: string - // 类型 1-外部情报 2-内部情报 - type?: string - // 分类 1-外部环境 2-竞争对手 3-供方动向 4-大金集团 5-中国据点 6-调达本部 7-news 8-重要通知 - cate?: String, - position:String + // 页码 1 + pageNum: string + // 页面数量 10 + pageSize: string + // 类型 1-外部情报 2-内部情报 + type?: string + // 分类 1-外部环境 2-竞争对手 3-供方动向 4-大金集团 5-中国据点 6-调达本部 7-news 8-重要通知 + cate?: String + position: String } export async function getArticlePage(params: ArticlePageReq) { - // return openApiRequest({ url: '/article/getPage', params }) - return http.get('/article/getPage', {params}) + // return openApiRequest({ url: '/article/getPage', params }) + return http.get('/article/getPage', { params }) } export async function getArticleList(params: ArticlePageReq) { - // return openApiRequest({ url: '/article/getList', params }) - return http.get('/article/getList', { params}) + // return openApiRequest({ url: '/article/getList', params }) + return http.get('/article/getList', { params }) } // /daikin-情报详情 @@ -147,43 +146,46 @@ export async function getArticleList(params: ArticlePageReq) { // } export async function getArticleDetail(id: string) { - // return openApiRequest({ url: `/article/getDetail/${id}` }) - return http.get(`/article/getDetail/${id}`) + // return openApiRequest({ url: `/article/getDetail/${id}` }) + return http.get(`/article/getDetail/${id}`) } // 外部情报-管理详情 export async function getManagerDetail(id: string) { - return http.get(`/article/getManagerDetail/${id}`) + return http.get(`/article/getManagerDetail/${id}`) } // 撤回 export async function deleteWithdraw(id: string) { - return http.get("/article/withdraw?id=" + id) + return http.get('/article/withdraw?id=' + id) } // 外部情报-管理列表 -export async function getManagerList(params: {pageNum: any;pageSize:any}) { - return http.get('/article/getManagerList', { params}) +export async function getManagerList(params: { pageNum: any; pageSize: any }) { + return http.get('/article/getManagerList', { params }) } // -------------------------------------列表start // news/重要通知-流程详情 export async function getExternalManagerDetail(id: string) { - return http.get(`/article/external/getManagerDetail/${id}`) + return http.get(`/article/external/getManagerDetail/${id}`) } // news/重要通知-撤回 export async function externalWithdraw(id: string) { - return http.get("/article/external/withdraw?id=" + id) + return http.get('/article/external/withdraw?id=' + id) } // news/重要通知-流程列表 -export async function getExternalManagerList(params: {pageNum: any;pageSize:any}) { - return http.get('/article/external/getManagerList', { params}) +export async function getExternalManagerList(params: { + pageNum: any + pageSize: any +}) { + return http.get('/article/external/getManagerList', { params }) } // -------------------------------------列表end export interface ArticleSave { - title: string, //标题 - content: string, //内容 - tag: string, //标签 紧急/New - source: string, //"网站添加", //来源 文本 - type?: string, - cate?: string, //分类 1-外部环境 2-竞争对手 3-供方动向 4-大金集团 5-中国据点 6-调达本部 - reviewSource:number, + title: string //标题 + content: string //内容 + tag: string //标签 紧急/New + source: string //"网站添加", //来源 文本 + type?: string + cate?: string //分类 1-外部环境 2-竞争对手 3-供方动向 4-大金集团 5-中国据点 6-调达本部 + reviewSource: number } // 接口URL: 提交情报 @@ -197,8 +199,8 @@ export interface ArticleSave { // "cate": 1 //分类 1-外部环境 2-竞争对手 3-供方动向 4-大金集团 5-中国据点 6-调达本部 // } export async function saveArticle(data: ArticleSave) { - // return openApiRequest({ url: `/article/save`, data }) - return http.post("/article/save",data) + // return openApiRequest({ url: `/article/save`, data }) + return http.post('/article/save', data) } // 接口URL: 分类文件-上下拖动排序 @@ -211,22 +213,20 @@ export async function saveArticle(data: ArticleSave) { // "lastId": 5 //被移动位置的文件id // } export async function dragFile(data: ArticleSave) { - return http.post("/db/cateFileSort",data) + return http.post('/db/cateFileSort', data) } /**情报banner图 * http://127.0.0.1:8811/openApi/article/getBannerList?type=1 - * + * */ export async function getBannerList(params: any) { - return http.get("/article/getBannerList",{params}) + return http.get('/article/getBannerList', { params }) } - - -export interface notice{ - reviewStatus:number, - reviewSource:number +export interface notice { + reviewStatus: number + reviewSource: number } /** 情报-通知列表 @@ -236,8 +236,8 @@ http://127.0.0.1:8811/openApi/article/getNoticeList token 674f3e91-38de-4065-a4e2-2ce8981864fa */ -export async function getNoticeList(params:notice) { - return http.get("/article/getNoticeList",{params}) +export async function getNoticeList(params: notice) { + return http.get('/article/getNoticeList', { params }) } /** 首页列表 @@ -247,12 +247,12 @@ http://127.0.0.1:8811/openApi/article/getNoticeList token 674f3e91-38de-4065-a4e2-2ce8981864fa */ -export async function getHomeList(params:notice) { - return http.get("/cd/homeList",{params}) +export async function getHomeList(params: notice) { + return http.get('/cd/homeList', { params }) } -export async function statDel(params:notice) { - return http.get("/cd/statDel",{params}) +export async function statDel(params: notice) { + return http.get('/cd/statDel', { params }) } /** 树数据 @@ -262,30 +262,29 @@ http://127.0.0.1:8811/openApi/article/getNoticeList token 674f3e91-38de-4065-a4e2-2ce8981864fa */ -export async function getTreeList(params:notice) { - return http.get("/cd/treeList",{params}) +export async function getTreeList(params: notice) { + return http.get('/cd/treeList', { params }) } export async function statEdit(data: ArticleReview) { - return http.post("/cd/statEdit",data) + return http.post('/cd/statEdit', data) } - -export interface msg{ - pageNum:number, - treeSource:number, - pageSize:number, +export interface msg { + pageNum: number + treeSource: number + pageSize: number } /**留言板列表 * http://127.0.0.1:8811/openApi/article/boardMsgList - * - * + * + * */ -export async function boardMsgList(params:msg) { - return http.get("/article/boardMsgList",{params}) +export async function boardMsgList(params: msg) { + return http.get('/article/boardMsgList', { params }) } export async function deleteMsgById(id: string) { - return http.get("/article/delMsgList?id=" + id) + return http.get('/article/delMsgList?id=' + id) } /** @@ -294,21 +293,24 @@ POST http://127.0.0.1:8811/openApi/supplier/trendsAdd */ export async function trendsAdd(data: { title: any; content: string }) { - return http.post("/supplier/trendsAdd",data) + return http.post('/supplier/trendsAdd', data) } /** * 留言板-动态-详情 http://127.0.0.1:8811/openApi/supplier/trendsDetail?id=1 */ export async function trendsDetail(params: any) { - return http.get("/supplier/trendsDetail" ,{params}) + return http.get('/supplier/trendsDetail', { params }) } /**留言板-动态-分页列表 * http://127.0.0.1:8811/openApi/supplier/trendsPage?pageNum=1&pageSize=20 */ -export async function trendsPage(params: { pageNum: number; pageSize: number }) { - return http.get("/supplier/trendsPage" ,{params}) +export async function trendsPage(params: { + pageNum: number + pageSize: number +}) { + return http.get('/supplier/trendsPage', { params }) } /**留言板-需求依赖-添加 @@ -316,83 +318,86 @@ export async function trendsPage(params: { pageNum: number; pageSize: number }) http://127.0.0.1:8811/openApi/supplier/demandAdd */ export async function demandAdd(data: any) { - return http.post("/supplier/demandAdd",data) + return http.post('/supplier/demandAdd', data) } /** * 留言板-需求依赖-详情 * http://127.0.0.1:8811/openApi/supplier/demandDetail?id=1 */ export async function demandDetail(params: any) { - return http.get("/supplier/demandDetail" ,{params}) + return http.get('/supplier/demandDetail', { params }) } /** * 留言板-需求依赖-分页列表 * http://127.0.0.1:8811/openApi/supplier/demandPage?pageNum=1&pageSize=20 */ -export async function demandPage(params: { pageNum: number; pageSize: number }) { - return http.get("/supplier/demandPage" ,{params}) +export async function demandPage(params: { + pageNum: number + pageSize: number +}) { + return http.get('/supplier/demandPage', { params }) } /*** * 留言板-供应商留言-添加 * http://127.0.0.1:8811/openApi/supplier/faqAdd */ export async function faqAdd(data: any) { - return http.post("/supplier/faqAdd",data) + return http.post('/supplier/faqAdd', data) } /**留言板-供应商留言-详情 * http://127.0.0.1:8811/openApi/supplier/faqDetail?id=2 */ export async function faqDetail(params: any) { - return http.get("/supplier/faqDetail" ,{params}) + return http.get('/supplier/faqDetail', { params }) } /**留言板-供应商留言-分页列表 * http://127.0.0.1:8811/openApi/supplier/faqPage?pageNum=1&pageSize=20 */ export async function faqPage(params: { pageNum: number; pageSize: number }) { - return http.get("/supplier/faqPage" ,{params}) + return http.get('/supplier/faqPage', { params }) } /**留言删除 * http://127.0.0.1:8811/openApi/supplier/faqDel?id=2 */ export async function faqPageDelete(params: any) { - return http.get(`/supplier/faqDel` ,{params}) + return http.get(`/supplier/faqDel`, { params }) } /**留言删除 * http://127.0.0.1:8811/openApi/supplier/demandDel?id=1 */ export async function demandDel(params: any) { - return http.get(`/supplier/demandDel` ,{params}) + return http.get(`/supplier/demandDel`, { params }) } /**留言板-回复 * http://127.0.0.1:8811/openApi/supplier/reply */ export async function reply(data: any) { - return http.post("/supplier/reply",data) + return http.post('/supplier/reply', data) } /**留言板-供应商留言-撤回 * http://127.0.0.1:8811/openApi/supplier/faqWithdraw */ export async function faqWithdraw(data: any) { - return http.post(`/supplier/faqWithdraw` ,data) + return http.post(`/supplier/faqWithdraw`, data) } /**留言板-需求依赖-撤回 * http://127.0.0.1:8811/openApi/supplier/demandWithdraw */ export async function demandWithdraw(data: any) { - return http.post(`/supplier/demandWithdraw` ,data) + return http.post(`/supplier/demandWithdraw`, data) } -export interface ArticleReview{ - id?:string, - title:string, - content:string, - source:string, - cate?:string, - noticeId?:string, - userIdList:any[] +export interface ArticleReview { + id?: string + title: string + content: string + source: string + cate?: string + noticeId?: string + userIdList: any[] } /** @@ -413,49 +418,45 @@ http://127.0.0.1:8811/openApi/article/review * @returns */ export async function review(data: ArticleReview) { - return http.post("/article/review",data) + return http.post('/article/review', data) } - /** * CD-首页发注金额列表 * @returns http://127.0.0.1:8811/openApi/cd/amountList */ export async function amountList() { - return http.get("/cd/amountList") + return http.get('/cd/amountList') } - /** * "number": "DIS", //编号 DIS/DSZ/DISH "amount": "30" * @returns http://127.0.0.1:8811/openApi/cd/updateAmount */ export async function updateAmount(data: any) { - return http.post("/cd/updateAmount",data) + return http.post('/cd/updateAmount', data) } - - // 接口URL: // GET // http://127.0.0.1:8811/openApi/cdCate/treeList // 获取CD业种-树级列表 -export async function treeList(){ - return http.get('/cdCate/treeList') +export async function treeList() { + return http.get('/cdCate/treeList') } export interface getData { - cateId:number + cateId: number } // 接口URL: // GET // http://127.0.0.1:8811/openApi/cdCate/toYearDataList // CD业种-当年度数据列表 -export async function toYearDataList(data:getData){ - return http.post('/cdCate/toYearDataList',data) +export async function toYearDataList(data: getData) { + return http.post('/cdCate/toYearDataList', data) } /* @@ -467,14 +468,13 @@ http://127.0.0.1:8811/openApi/cdCate/curYearDataStat } CD业种-当年度数据统计 */ -export async function curYearDataStat(data:getData){ - return http.post('/cdCate/curYearDataStat',data) +export async function curYearDataStat(data: getData) { + return http.post('/cdCate/curYearDataStat', data) } - -export interface hisYearD{ - cateId:number, - yearTime:string +export interface hisYearD { + cateId: number + yearTime: string } /* 接口URL: @@ -489,11 +489,10 @@ http://127.0.0.1:8811/openApi/cdCate/hisYearDataStat CD业种-历史数据统计 */ -export async function hisYearDataStat(data:hisYearD){ - return http.post('/cdCate/hisYearDataStat',data) +export async function hisYearDataStat(data: hisYearD) { + return http.post('/cdCate/hisYearDataStat', data) } - /** * CD业种-历史度数据列表 * http://127.0.0.1:8811/openApi/cdCate/hisDataList @@ -503,15 +502,15 @@ export async function hisYearDataStat(data:hisYearD){ "cateId": 3 } */ - export async function hisDataList(data:getData){ - return http.post('/cdCate/hisDataList',data) - } - - export interface list{ - type:number - } +export async function hisDataList(data: getData) { + return http.post('/cdCate/hisDataList', data) +} - /** +export interface list { + type: number +} + +/** * 接口URL:市场汇率预测列表 POST http://127.0.0.1:8811/openApi/marketPre/getList @@ -521,14 +520,14 @@ http://127.0.0.1:8811/openApi/marketPre/getList } * */ -export async function getList(data:list){ - return http.post('/marketPre/getList',data) +export async function getList(data: list) { + return http.post('/marketPre/getList', data) } /**市况汇率文件删除 * http://127.0.0.1:8811/openApi/marketPre/delete?id=3&module_id=1 模块id, 1市况文件 2汇率文件 */ -export async function marketPreDelete(params: any){ - return http.get('/marketPre/delete',{params}) +export async function marketPreDelete(params: any) { + return http.get('/marketPre/delete', { params }) } /** @@ -541,12 +540,13 @@ http://127.0.0.1:8811/openApi/common/upload multipart/form-data */ - -export async function upload(params: any,Headers: AxiosRequestConfig | undefined){ - return http.post('/common/upload',params,Headers) +export async function upload( + params: any, + Headers: AxiosRequestConfig | undefined +) { + return http.post('/common/upload', params, Headers) } - /** * 接口URL:获取分组列表 GET @@ -556,15 +556,14 @@ http://127.0.0.1:8811/openApi/group/getList * */ -export async function getGroupList(){ - return http.get('/group/getList') +export async function getGroupList() { + return http.get('/group/getList') } - -export interface getNotice{ - id:string, - name:string, - userIdList:Array, +export interface getNotice { + id: string + name: string + userIdList: Array } /** @@ -573,30 +572,29 @@ POST http://127.0.0.1:8811/openApi/group/add * */ -export async function addGroup(params: getNotice,Headers:AxiosRequestConfig | undefined){ - return http.post('/group/add',params,Headers) +export async function addGroup( + params: getNotice, + Headers: AxiosRequestConfig | undefined +) { + return http.post('/group/add', params, Headers) } - -export interface group{ - id:string, +export interface group { + id: string } /**删除分组 * http://127.0.0.1:8811/openApi/group/delete?id=2 - * - * + * + * */ -export async function deleteGroup(params: group){ - return http.get('/group/delete',{params}) +export async function deleteGroup(params: group) { + return http.get('/group/delete', { params }) } - - - -export interface newPwd{ - newPassword:string - oldPassword:string +export interface newPwd { + newPassword: string + oldPassword: string } /** @@ -604,41 +602,43 @@ export interface newPwd{ http://127.0.0.1:8811/openApi/auth/updatePwd * */ -export async function updatePwd(params: newPwd,Headers:AxiosRequestConfig | undefined){ - return http.post('/auth/updatePwd',params,Headers) +export async function updatePwd( + params: newPwd, + Headers: AxiosRequestConfig | undefined +) { + return http.post('/auth/updatePwd', params, Headers) } - -export interface work{ - pageNum:number +export interface work { + pageNum: number } /** * 外部系统-情报列表 * http://127.0.0.1:8811/openApi/article/externalList */ -export async function externalList(params: work){ - return http.get('/article/externalList',{params}) +export async function externalList(params: work) { + return http.get('/article/externalList', { params }) } /** * 外部系统-情报详情 http://127.0.0.1:8811/openApi/article/externalInfo/56 */ -export async function externalInfo(id: any){ - return http.get(`/article/externalInfo/${id}`) +export async function externalInfo(id: any) { + return http.get(`/article/externalInfo/${id}`) } /*** * 调查表列表 * http://127.0.0.1:8811/openApi/worksheet/getPage */ -export async function getPageWork(params:work){ - return http.get('/worksheet/getPage',{params}) +export async function getPageWork(params: work) { + return http.get('/worksheet/getPage', { params }) } -export interface visit{ - pageNum:number, - status:number, - source:number +export interface visit { + pageNum: number + status: number + source: number } /*** @@ -647,36 +647,38 @@ http://127.0.0.1:8811/openApi/inv/getPage * * */ -export async function getPageInv(params:visit){ - return http.get('/inv/getPage',{params}) +export async function getPageInv(params: visit) { + return http.get('/inv/getPage', { params }) } - /**拜访列表 * http://127.0.0.1:8811/openApi/visit/getPage - * - * + * + * */ -export async function getPageVisit(params:visit){ - return http.get('/visit/getPage',{params}) +export async function getPageVisit(params: visit) { + return http.get('/visit/getPage', { params }) } -export interface pupid{ - title:string, - content:string, - actName:string, - actSTime:string, - actETime:string, - position:string, - userIdList:Array, -} +export interface pupid { + title: string + content: string + actName: string + actSTime: string + actETime: string + position: string + userIdList: Array +} /**发布邀请函 * : POST http://127.0.0.1:8811/openApi/inv/add */ -export async function addPageInv(params: pupid,Headers:AxiosRequestConfig | undefined){ - return http.post('/inv/add',params,Headers) +export async function addPageInv( + params: pupid, + Headers: AxiosRequestConfig | undefined +) { + return http.post('/inv/add', params, Headers) } /** @@ -687,8 +689,11 @@ export async function addPageInv(params: pupid,Headers:AxiosRequestConfig | POST http://127.0.0.1:8811/openApi/visit/add */ -export async function addPageVisit(params: pupid,Headers:AxiosRequestConfig | undefined){ - return http.post('/visit/add',params,Headers) +export async function addPageVisit( + params: pupid, + Headers: AxiosRequestConfig | undefined +) { + return http.post('/visit/add', params, Headers) } /** @@ -697,330 +702,318 @@ export async function addPageVisit(params: pupid,Headers:AxiosRequestConfig GET http://127.0.0.1:8811/openApi/visit/getDetail/1 * - * */ -export async function visitInfo(id: string){ - return http.get(`/visit/getDetail/${id}`) + * */ +export async function visitInfo(id: string) { + return http.get(`/visit/getDetail/${id}`) } - /**邀请函详情 * 接口URL: GET http://127.0.0.1:8811/openApi/inv/getDetail/1 * - * */ -export async function invInfo(id: string){ - return http.get(`/inv/getDetail/${id}`) + * */ +export async function invInfo(id: string) { + return http.get(`/inv/getDetail/${id}`) } - /** * 获取CSR属性信息 * http://127.0.0.1:8811/openApi/csr/getDetail */ -export async function getCSRDetail(){ - return http.get(`/csr/getDetail`) +export async function getCSRDetail() { + return http.get(`/csr/getDetail`) } - -export interface CSR{ - id:string, - content:Object +export interface CSR { + id: string + content: Object } - /** * http://127.0.0.1:8811/openApi/csr/updateFootprint * 碳足迹板块信息-新增/更新 */ -export async function updateFootprint(data: CSR){ - return http.post(`/csr/updateFootprint`,data) +export async function updateFootprint(data: CSR) { + return http.post(`/csr/updateFootprint`, data) } /** * 碳足迹板块信息-列表 * http://127.0.0.1:8811/openApi/csr/getFootprintList */ -export async function getFootprintList(params: { pageNum: number; pageSize: number; moduleId: string }){ - return http.get(`/csr/getFootprintList`,{params}) +export async function getFootprintList(params: { + pageNum: number + pageSize: number + moduleId: string +}) { + return http.get(`/csr/getFootprintList`, { params }) } /**碳足迹板块用户权限-新增/更新 * http://127.0.0.1:8811/openApi/csr/saveFootprintUser */ -export async function saveFootprintUser(data: CSR){ - return http.post(`/csr/saveFootprintUser`,data) +export async function saveFootprintUser(data: CSR) { + return http.post(`/csr/saveFootprintUser`, data) } /** 碳足迹板块信息-删除 * http://127.0.0.1:8811/openApi/csr/delFootprint?id=4 -*/ + */ -export async function delFootprint(params: any){ - return http.get(`/csr/delFootprint`,{params}) +export async function delFootprint(params: any) { + return http.get(`/csr/delFootprint`, { params }) } - /** * 更新CSR属性信息 * http://127.0.0.1:8811/openApi/csr/add */ -export async function CSRAdd(data: CSR){ - return http.post(`/csr/add`,data) +export async function CSRAdd(data: CSR) { + return http.post(`/csr/add`, data) } - /**获取PLUS活动信息 * http://127.0.0.1:8811/openApi/csr/getCsrActList */ -export async function getCsrActList(){ - return http.get(`/csr/getCsrActList`) +export async function getCsrActList() { + return http.get(`/csr/getCsrActList`) } /** * 更新PLUS活动信息 http://127.0.0.1:8811/openApi/csr/updateAct */ -export async function updateAct(data: any){ - return http.post(`/csr/updateAct`,data) +export async function updateAct(data: any) { + return http.post(`/csr/updateAct`, data) } - /**获取Lab属性信息 * http://127.0.0.1:8811/openApi/lab/getDetail */ -export async function getLabActList(){ - return http.get(`/lab/getDetail`) +export async function getLabActList() { + return http.get(`/lab/getDetail`) } - /** * 更新Lab属性信息 http://127.0.0.1:8811/openApi/lab/add */ -export async function addLab(data: any){ - return http.post(`/lab/add`,data) +export async function addLab(data: any) { + return http.post(`/lab/add`, data) } /**更新基础研究方向活动信息 * http://127.0.0.1:8811/openApi/lab/updateAct */ // 取消使用了 -export async function updateLab(data: any){ - return http.post(`/lab/updateAct`,data) +export async function updateLab(data: any) { + return http.post(`/lab/updateAct`, data) } /**更新/添加研究方向活动信息(单条) * http://127.0.0.1:8811/openApi/lab/updateActOne */ -export async function updateActOne(data: any){ - return http.post(`/lab/updateActOne`,data) +export async function updateActOne(data: any) { + return http.post(`/lab/updateActOne`, data) } /** * 删除-基础研究方向活动信息 * @param params http://127.0.0.1:8811/openApi/lab/actDel?id = 836 - * @returns + * @returns */ -export async function actLABDel(params: any){ - return http.get(`/lab/actDel`,{params}) +export async function actLABDel(params: any) { + return http.get(`/lab/actDel`, { params }) } - - - /**获取基础研究方向信息 * http://127.0.0.1:8811/openApi/lab/getCsrActList */ -export async function getLabCsrActList(params: any){ - return http.get(`/lab/getCsrActList`,{params}) +export async function getLabCsrActList(params: any) { + return http.get(`/lab/getCsrActList`, { params }) } /**分类列表 * http://127.0.0.1:8811/openApi/lab/getCateList - * + * */ -export async function getCateList(params: any){ - return http.get(`/lab/getCateList`,{params}) +export async function getCateList(params: any) { + return http.get(`/lab/getCateList`, { params }) } /**更新分类 * http://127.0.0.1:8811/openApi/lab/updateCate */ -export async function updateCate(data: any){ - return http.post(`/lab/updateCate`,data) +export async function updateCate(data: any) { + return http.post(`/lab/updateCate`, data) } /**删除分类 * http://127.0.0.1:8811/openApi/lab/deleteCate */ -export async function deleteCate(params: any){ - return http.get(`/lab/deleteCate`,{params}) +export async function deleteCate(params: any) { + return http.get(`/lab/deleteCate`, { params }) } - /**更新分类下的列表数据 * http://127.0.0.1:8811/openApi/lab/editCateItem */ -export async function editCateItem(data: any){ - return http.post(`/lab/editCateItem`,data) +export async function editCateItem(data: any) { + return http.post(`/lab/editCateItem`, data) } /** * 删除分类下的列表数据 * http://127.0.0.1:8811/openApi/lab/deleteCateItem?id=3 */ -export async function deleteCateItem(params:{id: any}){ - return http.get(`/lab/deleteCateItem`,{params}) +export async function deleteCateItem(params: { id: any }) { + return http.get(`/lab/deleteCateItem`, { params }) } /** * http://127.0.0.1:8811/openApi/lab/getCateItemList?pageNum=1&cateId=1 */ -export async function getCateItemList(params: any){ - return http.get(`/lab/getCateItemList`,{params}) +export async function getCateItemList(params: any) { + return http.get(`/lab/getCateItemList`, { params }) } - - - /**更新BCP属性信息 * http://127.0.0.1:8811/openApi/bcp/add */ -export async function addBPC(data: any){ - return http.post(`/bcp/add`,data) +export async function addBPC(data: any) { + return http.post(`/bcp/add`, data) } - /**获取BCP属性信息 * http://127.0.0.1:8811/openApi/bcp/getDetail */ -export async function getDetailBPC(){ - return http.get(`/bcp/getDetail`) +export async function getDetailBPC() { + return http.get(`/bcp/getDetail`) } /**更新BCP今日简报 * http://127.0.0.1:8811/openApi/bcp/updateAct */ -export async function updateBPC(data: any){ - return http.post(`/bcp/updateAct`,data) +export async function updateBPC(data: any) { + return http.post(`/bcp/updateAct`, data) } /**更新情报分类 * http://127.0.0.1:8811/openApi/bcp/updateAct */ -export async function updateActCate(data: any){ - return http.post(`/bcp/addActCate`,data) +export async function updateActCate(data: any) { + return http.post(`/bcp/addActCate`, data) } /**删除情报分类 * http://127.0.0.1:8811/openApi/bcp/updateAct */ -export async function delActCate(params:{id: any}){ - return http.get(`/bcp/delActCate`,{params}) +export async function delActCate(params: { id: any }) { + return http.get(`/bcp/delActCate`, { params }) } -export async function updateBPCOne(data: any){ - return http.post(`/bcp/updateOne`,data) +export async function updateBPCOne(data: any) { + return http.post(`/bcp/updateOne`, data) } -export async function getBPCUser(params:{moduleId: any}){ - return http.get(`/bcp/getUser`,{params}) +export async function getBPCUser(params: { moduleId: any }) { + return http.get(`/bcp/getUser`, { params }) } -export async function getCateTreeList(params:{moduleId: any}){ - return http.get(`/bcp/cateTreeList`,{params}) +export async function getCateTreeList(params: { moduleId: any }) { + return http.get(`/bcp/cateTreeList`, { params }) } -export async function getActCateFileList(params:{cateId: any}){ - return http.get(`/bcp/getActCateFileList`,{params}) +export async function getActCateFileList(params: { cateId: any }) { + return http.get(`/bcp/getActCateFileList`, { params }) } -export async function getCateTreePage(params:{moduleId: any}){ - return http.get(`/bcp/cateTreePage`,{params}) +export async function getCateTreePage(params: { moduleId: any }) { + return http.get(`/bcp/cateTreePage`, { params }) } /**获取BCP今日简报 * http://127.0.0.1:8811/openApi/bcp/getCsrActList */ -export async function getBPCActList(params:{id: any}){ - return http.get(`/bcp/getActList`,{params}) +export async function getBPCActList(params: { id: any }) { + return http.get(`/bcp/getActList`, { params }) } /**获取BCP今日简报 * http://127.0.0.1:8811/openApi/bcp/getCsrActList */ -export async function getBPCEditList(params:{id: any}){ - return http.get(`/bcp/getEditInfo`,{params}) +export async function getBPCEditList(params: { id: any }) { + return http.get(`/bcp/getEditInfo`, { params }) } /**删除BCP今日简报 * http://127.0.0.1:8811/openApi/bcp/updateAct */ -export async function delBPCActList(params:{id: any}){ - return http.get(`/bcp/delAct`,{params}) +export async function delBPCActList(params: { id: any }) { + return http.get(`/bcp/delAct`, { params }) } /**获取BCP图片 * http://127.0.0.1:8811/openApi/bcp/updateAct */ - export async function BPCDownload(params:{id: any}){ - // return http.get(`/bcp/download`,{params}) - return http({ - method: "get", - url: "/bcp/download?id=" +params.id, - responseType: "arraybuffer" - }) +export async function BPCDownload(params: { id: any }) { + // return http.get(`/bcp/download`,{params}) + return http({ + method: 'get', + url: '/bcp/download?id=' + params.id, + responseType: 'arraybuffer' + }) } /**获取用户权限 * http://127.0.0.1:8811/openApi/bcp/updateAct */ - export async function BPCSaveUser(data: any){ - return http.post(`/bcp/saveUser`,data) +export async function BPCSaveUser(data: any) { + return http.post(`/bcp/saveUser`, data) } /**首页-市况列表 * http://127.0.0.1:8811/openApi/market/homePage */ -export async function homePageMarket(){ - return http.get(`/market/homePage`) +export async function homePageMarket() { + return http.get(`/market/homePage`) } /**查询用户权限 * http://127.0.0.1:8811/openApi/marketPre/getUser?moduleId=1 //模块id,1-市况预测,2-汇率预测 */ -export async function getMarketUser(params: any){ - return http.get(`/marketPre/getUser`,{params}) +export async function getMarketUser(params: any) { + return http.get(`/marketPre/getUser`, { params }) } /**添加市况权限 * http://127.0.0.1:8811/openApi/marketPre/saveUser */ -export async function saveMarketUser(data: any){ - return http.post(`/marketPre/saveUser`,data) +export async function saveMarketUser(data: any) { + return http.post(`/marketPre/saveUser`, data) } /**下载文件 * http://127.0.0.1:8811/openApi/marketPre/download?id=3 */ -export async function MarketDownload(params:{id: any}){ - // return http.get(`/bcp/download`,{params}) - return http({ - method: "get", - url: "/marketPre/download?id=" +params.id, - responseType: "arraybuffer" - }) +export async function MarketDownload(params: { id: any }) { + // return http.get(`/bcp/download`,{params}) + return http({ + method: 'get', + url: '/marketPre/download?id=' + params.id, + responseType: 'arraybuffer' + }) } /**预览文件 * http://127.0.0.1:8811/openApi/marketPre/preview?id=11 */ -export async function MarketPreview(params:{id: any}){ - return http.get("/marketPre/preview",{params}) +export async function MarketPreview(params: { id: any }) { + return http.get('/marketPre/preview', { params }) } /***获取近7天数据-市况 * http://127.0.0.1:8811/openApi/market/historySevenDay */ -export async function historyMarketSevenDay(data: any){ - return http.post(`/market/historySevenDay`,data) +export async function historyMarketSevenDay(data: any) { + return http.post(`/market/historySevenDay`, data) } /**获取近7天数据-汇率 * http://127.0.0.1:8811/openApi/stat/historySevenDay */ -export async function historyStatSevenDay(data: any){ - return http.post(`/stat/historySevenDay`,data) +export async function historyStatSevenDay(data: any) { + return http.post(`/stat/historySevenDay`, data) } /**获取历年数据-市况 @@ -1029,8 +1022,8 @@ export async function historyStatSevenDay(data: any){ "endTime": "2013-04-01" //结束时间 * http://127.0.0.1:8811/openApi/market/historyStat */ -export async function historyStat(data: any){ - return http.post(`/market/historyStat`,data) +export async function historyStat(data: any) { + return http.post(`/market/historyStat`, data) } /**获取历年数据-汇率 @@ -1038,95 +1031,85 @@ export async function historyStat(data: any){ "currencyCodeTo": "USD" * http://127.0.0.1:8811/openApi/rate/historyStat */ -export async function rateHistoryStat(data: any){ - return http.post(`/rate/historyStat`,data) +export async function rateHistoryStat(data: any) { + return http.post(`/rate/historyStat`, data) } /**获取汇率币种列表 * http://127.0.0.1:8811/openApi/common/getCurrencyList */ -export async function getCurrencyList(){ - return http.get("/common/getCurrencyList") +export async function getCurrencyList() { + return http.get('/common/getCurrencyList') } /**获取市况材料列表 * http://127.0.0.1:8811/openApi/common/getMetalList */ -export async function getMetalList(){ - return http.get("/common/getMetalList") +export async function getMetalList() { + return http.get('/common/getMetalList') } - - - - - - - /**首页-汇率列表 * http://127.0.0.1:8811/openApi/rate/homePage */ -export async function homePageRate(){ - return http.get(`/rate/homePage`) +export async function homePageRate() { + return http.get(`/rate/homePage`) } /** * 添加市况/汇率预测 * http://127.0.0.1:8811/openApi/marketPre/add */ -export async function marketPreADD(data: any){ - return http.post(`/marketPre/add`,data) +export async function marketPreADD(data: any) { + return http.post(`/marketPre/add`, data) } - - - /**不良情报-添加 - * + * * http://127.0.0.1:8811/openApi/quality/badartAdd */ -export async function badartAdd(data: any){ - return http.post(`/quality/badartAdd`,data) +export async function badartAdd(data: any) { + return http.post(`/quality/badartAdd`, data) } /**不良情报-删除 * http://127.0.0.1:8811/openApi/quality/badartDel?id=3 */ -export async function badartDel(params:{id: any}){ - return http.get(`/quality/badartDel`,{params}) +export async function badartDel(params: { id: any }) { + return http.get(`/quality/badartDel`, { params }) } /**外部优质情报-添加 * http://127.0.0.1:8811/openApi/quality/highAdd */ -export async function highAdd(data: any){ - return http.post(`/quality/highAdd`,data) +export async function highAdd(data: any) { + return http.post(`/quality/highAdd`, data) } /**外部优质情报-删除 * http://127.0.0.1:8811/openApi/quality/highDel?id=3 */ -export async function highDel(params:{id: any}){ - return http.get(`/quality/highDel`,{params}) +export async function highDel(params: { id: any }) { + return http.get(`/quality/highDel`, { params }) } /**品质活动进展-添加 * http://127.0.0.1:8811/openApi/quality/actAdd */ -export async function actAdd(data: any){ - return http.post(`/quality/actAdd`,data) +export async function actAdd(data: any) { + return http.post(`/quality/actAdd`, data) } /**品质活动进展-删除 * http://127.0.0.1:8811/openApi/quality/actDel?id=3 */ -export async function actDel(params:{id: any}){ - return http.get(`/quality/actDel`,{params}) +export async function actDel(params: { id: any }) { + return http.get(`/quality/actDel`, { params }) } /**不良情报top-添加 - * http://127.0.0.1:8811/openApi/quality/topAdd + * http://127.0.0.1:8811/openApi/quality/topAdd */ -export async function topAdd(data: any){ - return http.post(`/quality/topAdd`,data) +export async function topAdd(data: any) { + return http.post(`/quality/topAdd`, data) } -export async function topDel(data: any){ - return http.get(`/quality/topDel`,{params: data}) +export async function topDel(data: any) { + return http.get(`/quality/topDel`, { params: data }) } /** @@ -1134,250 +1117,252 @@ export async function topDel(data: any){ * http://127.0.0.1:8811/openApi/quality/badartList?pageNum=1 */ -export async function badartList(){ - return http.get(`/quality/badartList?pageNum=1&pageSize=1000`) +export async function badartList() { + return http.get(`/quality/badartList?pageNum=1&pageSize=1000`) } - /**外部优质情报-列表 * http://127.0.0.1:8811/openApi/quality/highList?pageNum=1 */ -export async function highList(){ - return http.get(`quality/highList?pageNum=1&pageSize=1000`) +export async function highList() { + return http.get(`quality/highList?pageNum=1&pageSize=1000`) } /**品质活动进展-列表 * http://127.0.0.1:8811/openApi/quality/actList?pageNum=1 */ -export async function actList(){ - return http.get(`/quality/actList?pageNum=1&pageSize=1000`) +export async function actList() { + return http.get(`/quality/actList?pageNum=1&pageSize=1000`) } /**不良情报top-列表 * http://127.0.0.1:8811/openApi/quality/topList?pageNum=1 */ -export async function topList(){ - return http.get(`/quality/topList?pageNum=1&pageSize=1000`) +export async function topList() { + return http.get(`/quality/topList?pageNum=1&pageSize=1000`) } /**不良情报top-统计图表 * http://127.0.0.1:8811/openApi/quality/topStat */ -export async function topStat(){ - return http.get(`/quality/topStat`) +export async function topStat() { + return http.get(`/quality/topStat`) } - - // DATABASE /**添加分类 * http://127.0.0.1:8811/openApi/db/cateAdd */ -export async function cateAdd(data: any){ - return http.post(`/db/cateAdd`,data) +export async function cateAdd(data: any) { + return http.post(`/db/cateAdd`, data) } /**更新分类 * http://127.0.0.1:8811/openApi/db/cateUpdate */ -export async function cateUpdate(data: any){ - return http.post(`/db/cateUpdate`,data) +export async function cateUpdate(data: any) { + return http.post(`/db/cateUpdate`, data) } /** * 分类列表-树结构 * http://127.0.0.1:8811/openApi/db/treeList */ -export async function treeDbList(params: any){ - return http.get(`/db/treeList`,{params}) +export async function treeDbList(params: any) { + return http.get(`/db/treeList`, { params }) } - /**分类详情 * http://127.0.0.1:8811/openApi/db/cateInfo?id=1 */ -export async function cateInfo(params: any){ - return http.get(`/db/cateInfo`,{params}) +export async function cateInfo(params: any) { + return http.get(`/db/cateInfo`, { params }) } - /**分类删除 * http://127.0.0.1:8811/openApi/db/cateDel?id=1 */ -export async function cateDel(params: any){ - return http.get(`/db/cateDel`,{params}) +export async function cateDel(params: any) { + return http.get(`/db/cateDel`, { params }) } /** * 添加/更新文件信息 * http://127.0.0.1:8811/openApi/db/cateFileUpdate */ -export async function cateFileUpdate(data: any){ - return http.post(`/db/cateFileUpdate`,data) +export async function cateFileUpdate(data: any) { + return http.post(`/db/cateFileUpdate`, data) } /**分类文件删除 * http://127.0.0.1:8811/openApi/db/cateFileDel?id=1 */ -export async function cateFileDel(params: any){ - return http.get(`/db/cateFileDel`,{params}) +export async function cateFileDel(params: any) { + return http.get(`/db/cateFileDel`, { params }) } /**分类文件列表-分页 * http://127.0.0.1:8811/openApi/db/cateFileList?cateId=3 */ -export async function cateFileList(params: any){ - return http.get(`/db/cateFileList`,{params}) +export async function cateFileList(params: any) { + return http.get(`/db/cateFileList`, { params }) } /*** * 分类文件下载 * http://127.0.0.1:8811/openApi/db/download?id=1 */ -export async function download(params: any){ - return http({ - method: "get", - url: "/db/download?id=" +params.id, - responseType: "arraybuffer" - }) +export async function download(params: any) { + return http({ + method: 'get', + url: '/db/download?id=' + params.id, + responseType: 'arraybuffer' + }) } /** * 足迹 http://127.0.0.1:8811/openApi/moduleStat/timeStat openApi/moduleStat/timeStat */ -export async function timeStat(data: any){ - return http.post(`/moduleStat/timeStat`,data) +export async function timeStat(data: any) { + return http.post(`/moduleStat/timeStat`, data) } /** * 网站外部足迹 https://console-docs.apipost.cn/preview/24b343ac43bb13e7/d871c156cc579e86?target_id=5edbf818-b7c7-426f-83c0-fb16f48c196c */ -export async function externalTimeStat(data: any){ - return http.post(`/moduleStat/externalTimeStat`,data) +export async function externalTimeStat(data: any) { + return http.post(`/moduleStat/externalTimeStat`, data) } /** * csr供应商月份列表 https://console-docs.apipost.cn/preview/9ac14c51f96ce4d8/75274687248efb1c?target_id=5e2e22e5-fab5-4c46-8a93-8f0c3a3675cb */ -export async function fetchCsrSupplier(params: any){ - return http.get(`/csrSupplier/statList`,{params}) +export async function fetchCsrSupplier(params: any) { + return http.get(`/csrSupplier/statList`, { params }) } /** * csr供应商右侧排行列表(分页) https://console-docs.apipost.cn/preview/9ac14c51f96ce4d8/75274687248efb1c?target_id=5e2e22e5-fab5-4c46-8a93-8f0c3a3675cb */ -export async function fetchCsrSupplierTopList(params: any){ - return http.get(`/csrSupplier/topList`,{params}) +export async function fetchCsrSupplierTopList(params: any) { + return http.get(`/csrSupplier/topList`, { params }) } /** * csr供应商右侧排行列表(分页) https://console-docs.apipost.cn/preview/9ac14c51f96ce4d8/75274687248efb1c?target_id=5e2e22e5-fab5-4c46-8a93-8f0c3a3675cb */ -export async function fetchCsrSupplierList(params: any){ - return http.get(`/csrSupplier/statMonthList`,{params}) +export async function fetchCsrSupplierList(params: any) { + return http.get(`/csrSupplier/statMonthList`, { params }) } /** * csr供应商更新时间 https://console-docs.apipost.cn/preview/9ac14c51f96ce4d8/75274687248efb1c?target_id=5e2e22e5-fab5-4c46-8a93-8f0c3a3675cb */ -export async function fetchCsrSupplierTaskInfo(params?: any){ - return http.get(`/csrSupplier/taskInfo`,{params}) +export async function fetchCsrSupplierTaskInfo(params?: any) { + return http.get(`/csrSupplier/taskInfo`, { params }) } /** * csr原材料-列表(分页) https://console-docs.apipost.cn/preview/9ac14c51f96ce4d8/75274687248efb1c?target_id=5e2e22e5-fab5-4c46-8a93-8f0c3a3675cb */ -export async function fetchMaterialPage(params?: any){ - return http.get(`/material/getPage`,{params}) +export async function fetchMaterialPage(params?: any) { + return http.get(`/material/getPage`, { params }) } /** * csr原材料-删除 https://console-docs.apipost.cn/preview/9ac14c51f96ce4d8/75274687248efb1c?target_id=5e2e22e5-fab5-4c46-8a93-8f0c3a3675cb */ -export async function fetchMaterialPageDel(params?: any){ - return http.get(`/material/delInfo`,{params}) +export async function fetchMaterialPageDel(params?: any) { + return http.get(`/material/delInfo`, { params }) } /** * csr原材料-主图 https://console-docs.apipost.cn/preview/9ac14c51f96ce4d8/75274687248efb1c?target_id=5e2e22e5-fab5-4c46-8a93-8f0c3a3675cb */ -export async function fetchStatListlBar(params?: any){ - return http.get(`/material/statList`,{params}) +export async function fetchStatListlBar(params?: any) { + return http.get(`/material/statList`, { params }) } /** !!!!!! * csr原材料-饼图 https://console-docs.apipost.cn/preview/9ac14c51f96ce4d8/75274687248efb1c?target_id=5e2e22e5-fab5-4c46-8a93-8f0c3a3675cb - */ -export async function fetchStatListlPie(params?: any){ - return http.get(`/material/proportionList`,{params}) + */ +export async function fetchStatListlPie(params?: any) { + return http.get(`/material/proportionList`, { params }) } /** * csr原材料-填报数据 https://console-docs.apipost.cn/preview/9ac14c51f96ce4d8/75274687248efb1c?target_id=5e2e22e5-fab5-4c46-8a93-8f0c3a3675cb -*/ -export async function fetchMaterialAddInfo(data?: any){ - return http.post(`/material/addInfo`,data) + */ +export async function fetchMaterialAddInfo(data?: any) { + return http.post(`/material/addInfo`, data) } -/** +/** * 查看模块查看范围历史 https://console-docs.apipost.cn/preview/d9d2c859db1009cd/18265d950ad924e4?target_id=4c25a720-44f2-472e-be82-c2eaf41d9a43 -*/ -export async function fetchGetViewScope(params?: any){ - return http.get(`/common/getViewScope`,{params}) + */ +export async function fetchGetViewScope(params?: any) { + return http.get(`/common/getViewScope`, { params }) } /** * DB添加上传/审核者 https://console-docs.apipost.cn/preview/9ac14c51f96ce4d8/75274687248efb1c?target_id=a11153dc-ab84-41ca-aa1c-45fda68c4156 -*/ -export async function fetchdbAuthAdd(data?: any){ - return http.post(`/dbAuth/add`,data) + */ +export async function fetchdbAuthAdd(data?: any) { + return http.post(`/dbAuth/add`, data) } -/** +/** * DB获取上传/审核者信息 https://console-docs.apipost.cn/preview/9ac14c51f96ce4d8/75274687248efb1c?target_id=a11153dc-ab84-41ca-aa1c-45fda68c4156 -*/ -export async function fetchdbAuthGetInfo(params?: any){ - return http.get(`/dbAuth/getInfo`,{params}) + */ +export async function fetchdbAuthGetInfo(params?: any) { + return http.get(`/dbAuth/getInfo`, { params }) } -/** +/** * DB撤回 https://console-docs.apipost.cn/preview/9ac14c51f96ce4d8/75274687248efb1c?target_id=a11153dc-ab84-41ca-aa1c-45fda68c4156 -*/ -export async function fetchdbWithdraw(params?: any){ - return http.get(`/db/withdraw`,{params}) + */ +export async function fetchdbWithdraw(params?: any) { + return http.get(`/db/withdraw`, { params }) } -/** +/** * DB文件审核 https://console-docs.apipost.cn/preview/9ac14c51f96ce4d8/75274687248efb1c?target_id=a11153dc-ab84-41ca-aa1c-45fda68c4156 -*/ -export async function fetchdbReview(params?: any){ - return http.get(`/db/review`,{params}) + */ +export async function fetchdbReview(params?: any) { + return http.get(`/db/review`, { params }) } -/** +/** * DB审核列表分页 https://console-docs.apipost.cn/preview/9ac14c51f96ce4d8/75274687248efb1c?target_id=a11153dc-ab84-41ca-aa1c-45fda68c4156 -*/ -export async function fetchdbReviewFileList(params?: any){ - return http.get(`/dbAuth/reviewFileList`,{params}) + */ +export async function fetchdbReviewFileList(params?: any) { + return http.get(`/dbAuth/reviewFileList`, { params }) } -/** +/** * 获取市况数据列表 https://console-docs.apipost.cn/preview/9ac14c51f96ce4d8/75274687248efb1c?target_id=a11153dc-ab84-41ca-aa1c-45fda68c4156 -*/ -export async function fetchGetHisPage(params?: any){ - return http.get(`/market/getHisPage`,{params}) + */ +export async function fetchGetHisPage(params?: any) { + return http.get(`/market/getHisPage`, { params }) } -/** +/** * 删除市况数据 https://console-docs.apipost.cn/preview/9ac14c51f96ce4d8/75274687248efb1c?target_id=a11153dc-ab84-41ca-aa1c-45fda68c4156 -*/ -export async function fetchDelHis(params?: any){ - return http.get(`/market/delHis`,{params}) + */ +export async function fetchDelHis(params?: any) { + return http.get(`/market/delHis`, { params }) } /** * 新增市况数据 https://console-docs.apipost.cn/preview/9ac14c51f96ce4d8/75274687248efb1c?target_id=a11153dc-ab84-41ca-aa1c-45fda68c4156 -*/ -export async function fetchSaveHis(data?: any){ - return http.post(`/market/saveHis`,data) + */ +export async function fetchSaveHis(data?: any) { + return http.post(`/market/saveHis`, data) } /** * 编辑市况数据 https://console-docs.apipost.cn/preview/9ac14c51f96ce4d8/75274687248efb1c?target_id=a11153dc-ab84-41ca-aa1c-45fda68c4156 -*/ -export async function fetchUpdateHis(data?: any){ - return http.post(`/market/updateHis`,data) + */ +export async function fetchUpdateHis(data?: any) { + return http.post(`/market/updateHis`, data) } - - - - - +/** + * 获取有权限的分类节点 https://console-docs.apipost.cn/preview/9ac14c51f96ce4d8/75274687248efb1c?target_id=a11153dc-ab84-41ca-aa1c-45fda68c4156 + */ +export async function fetchReviewAuthCateList(params?: any) { + return http.get(`/db/getReviewAuthCateList`, { params }) +} +/** + * 外部系统-统计列表 https://console-docs.apipost.cn/preview/9ac14c51f96ce4d8/75274687248efb1c?target_id=a11153dc-ab84-41ca-aa1c-45fda68c4156 + */ +export async function fetchmoduleStatExternalPage(params?: any) { + return http.get(`/moduleStat/externalPage`, { params }) +} diff --git a/src/assets/images/A1@2x.png b/src/assets/images/A1@2x.png old mode 100644 new mode 100755 diff --git a/src/assets/images/A2@2x.png b/src/assets/images/A2@2x.png old mode 100644 new mode 100755 diff --git a/src/assets/images/ALARM2@2x.png b/src/assets/images/ALARM2@2x.png old mode 100644 new mode 100755 diff --git a/src/assets/images/ALARM@2x.png b/src/assets/images/ALARM@2x.png old mode 100644 new mode 100755 diff --git a/src/assets/images/Dashboard2@2x.png b/src/assets/images/Dashboard2@2x.png old mode 100644 new mode 100755 diff --git a/src/assets/images/Dashboard@2x.png b/src/assets/images/Dashboard@2x.png old mode 100644 new mode 100755 diff --git a/src/assets/images/NEW3.gif b/src/assets/images/NEW3.gif old mode 100644 new mode 100755 diff --git a/src/assets/images/NEW@2x.png b/src/assets/images/NEW@2x.png old mode 100644 new mode 100755 diff --git a/src/assets/images/Shape7@2x.png b/src/assets/images/Shape7@2x.png old mode 100644 new mode 100755 diff --git a/src/assets/images/WARNING2@2x.png b/src/assets/images/WARNING2@2x.png old mode 100644 new mode 100755 diff --git a/src/assets/images/WARNING@2x.png b/src/assets/images/WARNING@2x.png old mode 100644 new mode 100755 diff --git a/src/assets/images/WATCHING2@2x.png b/src/assets/images/WATCHING2@2x.png old mode 100644 new mode 100755 diff --git a/src/assets/images/WATCHING@2x.png b/src/assets/images/WATCHING@2x.png old mode 100644 new mode 100755 diff --git a/src/assets/images/animation_ll6h8pi7.json b/src/assets/images/animation_ll6h8pi7.json old mode 100644 new mode 100755 diff --git a/src/assets/images/baiot@2x.png b/src/assets/images/baiot@2x.png old mode 100644 new mode 100755 diff --git a/src/assets/images/baogas@2x.png b/src/assets/images/baogas@2x.png old mode 100644 new mode 100755 diff --git a/src/assets/images/bd-b.svg b/src/assets/images/bd-b.svg old mode 100644 new mode 100755 diff --git a/src/assets/images/bd-t.svg b/src/assets/images/bd-t.svg old mode 100644 new mode 100755 diff --git a/src/assets/images/bejqt1.png b/src/assets/images/bejqt1.png old mode 100644 new mode 100755 diff --git a/src/assets/images/bejqt2.png b/src/assets/images/bejqt2.png old mode 100644 new mode 100755 diff --git a/src/assets/images/bejqt3.png b/src/assets/images/bejqt3.png old mode 100644 new mode 100755 diff --git a/src/assets/images/bg-card-nav-item.svg b/src/assets/images/bg-card-nav-item.svg old mode 100644 new mode 100755 diff --git a/src/assets/images/bg-card-nav.svg b/src/assets/images/bg-card-nav.svg old mode 100644 new mode 100755 diff --git a/src/assets/images/bg-card.svg b/src/assets/images/bg-card.svg old mode 100644 new mode 100755 diff --git a/src/assets/images/bg-card4.svg b/src/assets/images/bg-card4.svg old mode 100644 new mode 100755 diff --git a/src/assets/images/bg-card6-1.svg b/src/assets/images/bg-card6-1.svg old mode 100644 new mode 100755 diff --git a/src/assets/images/bg-card6-11.svg b/src/assets/images/bg-card6-11.svg old mode 100644 new mode 100755 diff --git a/src/assets/images/bg-card6-12.svg b/src/assets/images/bg-card6-12.svg old mode 100644 new mode 100755 diff --git a/src/assets/images/bg-card6-2.svg b/src/assets/images/bg-card6-2.svg old mode 100644 new mode 100755 diff --git a/src/assets/images/bg-card6-21.svg b/src/assets/images/bg-card6-21.svg old mode 100644 new mode 100755 diff --git a/src/assets/images/bg-card6-22.svg b/src/assets/images/bg-card6-22.svg old mode 100644 new mode 100755 diff --git a/src/assets/images/bg-card6-3.svg b/src/assets/images/bg-card6-3.svg old mode 100644 new mode 100755 diff --git a/src/assets/images/bg-card6-31.svg b/src/assets/images/bg-card6-31.svg old mode 100644 new mode 100755 diff --git a/src/assets/images/bg-card6-32.svg b/src/assets/images/bg-card6-32.svg old mode 100644 new mode 100755 diff --git a/src/assets/images/bg-card6-text.svg b/src/assets/images/bg-card6-text.svg old mode 100644 new mode 100755 diff --git a/src/assets/images/bg-card6.svg b/src/assets/images/bg-card6.svg old mode 100644 new mode 100755 diff --git a/src/assets/images/bg-pie.png b/src/assets/images/bg-pie.png old mode 100644 new mode 100755 diff --git a/src/assets/images/bg-rs-main.svg b/src/assets/images/bg-rs-main.svg old mode 100644 new mode 100755 diff --git a/src/assets/images/bg-rs-main1.svg b/src/assets/images/bg-rs-main1.svg old mode 100644 new mode 100755 diff --git a/src/assets/images/bg.jpg b/src/assets/images/bg.jpg old mode 100644 new mode 100755 diff --git a/src/assets/images/biaoq2@2x.png b/src/assets/images/biaoq2@2x.png old mode 100644 new mode 100755 diff --git a/src/assets/images/book.png b/src/assets/images/book.png old mode 100644 new mode 100755 diff --git a/src/assets/images/book1.png b/src/assets/images/book1.png old mode 100644 new mode 100755 diff --git a/src/assets/images/chac@2x.png b/src/assets/images/chac@2x.png old mode 100644 new mode 100755 diff --git a/src/assets/images/chah.png b/src/assets/images/chah.png old mode 100644 new mode 100755 diff --git a/src/assets/images/ckgduo@2x.png b/src/assets/images/ckgduo@2x.png old mode 100644 new mode 100755 diff --git a/src/assets/images/company.png b/src/assets/images/company.png old mode 100644 new mode 100755 diff --git a/src/assets/images/company1.png b/src/assets/images/company1.png old mode 100644 new mode 100755 diff --git a/src/assets/images/ewm1@2x.png b/src/assets/images/ewm1@2x.png old mode 100644 new mode 100755 diff --git a/src/assets/images/ewm2@2x.png b/src/assets/images/ewm2@2x.png old mode 100644 new mode 100755 diff --git a/src/assets/images/fangz.png b/src/assets/images/fangz.png old mode 100644 new mode 100755 diff --git a/src/assets/images/favicon.svg b/src/assets/images/favicon.svg old mode 100644 new mode 100755 diff --git a/src/assets/images/fuvnq@2x.png b/src/assets/images/fuvnq@2x.png old mode 100644 new mode 100755 diff --git a/src/assets/images/fuwck@2x.png b/src/assets/images/fuwck@2x.png old mode 100644 new mode 100755 diff --git a/src/assets/images/fzzll2@2x.png b/src/assets/images/fzzll2@2x.png old mode 100644 new mode 100755 diff --git a/src/assets/images/fzzll@2x.png b/src/assets/images/fzzll@2x.png old mode 100644 new mode 100755 diff --git a/src/assets/images/gscq2@2x.png b/src/assets/images/gscq2@2x.png old mode 100644 new mode 100755 diff --git a/src/assets/images/gscq@2x.png b/src/assets/images/gscq@2x.png old mode 100644 new mode 100755 diff --git a/src/assets/images/hlhjs2@2x.png b/src/assets/images/hlhjs2@2x.png old mode 100644 new mode 100755 diff --git a/src/assets/images/hlhjs@2x.png b/src/assets/images/hlhjs@2x.png old mode 100644 new mode 100755 diff --git a/src/assets/images/home.png b/src/assets/images/home.png old mode 100644 new mode 100755 diff --git a/src/assets/images/home1.png b/src/assets/images/home1.png old mode 100644 new mode 100755 diff --git a/src/assets/images/huycy2@2x.png b/src/assets/images/huycy2@2x.png old mode 100644 new mode 100755 diff --git a/src/assets/images/huycy@2x.png b/src/assets/images/huycy@2x.png old mode 100644 new mode 100755 diff --git a/src/assets/images/hyrcc2@2x.png b/src/assets/images/hyrcc2@2x.png old mode 100644 new mode 100755 diff --git a/src/assets/images/hyrcc@2x.png b/src/assets/images/hyrcc@2x.png old mode 100644 new mode 100755 diff --git a/src/assets/images/icon-book.svg b/src/assets/images/icon-book.svg old mode 100644 new mode 100755 diff --git a/src/assets/images/icon-company.svg b/src/assets/images/icon-company.svg old mode 100644 new mode 100755 diff --git a/src/assets/images/icon-home.svg b/src/assets/images/icon-home.svg old mode 100644 new mode 100755 diff --git a/src/assets/images/icon-link.svg b/src/assets/images/icon-link.svg old mode 100644 new mode 100755 diff --git a/src/assets/images/icon-memo.svg b/src/assets/images/icon-memo.svg old mode 100644 new mode 100755 diff --git a/src/assets/images/icon-more.svg b/src/assets/images/icon-more.svg old mode 100644 new mode 100755 diff --git a/src/assets/images/icon-phone.svg b/src/assets/images/icon-phone.svg old mode 100644 new mode 100755 diff --git a/src/assets/images/icon-search.svg b/src/assets/images/icon-search.svg old mode 100644 new mode 100755 diff --git a/src/assets/images/icon-tag.svg b/src/assets/images/icon-tag.svg old mode 100644 new mode 100755 diff --git a/src/assets/images/icon-user.svg b/src/assets/images/icon-user.svg old mode 100644 new mode 100755 diff --git a/src/assets/images/img-11-1.png b/src/assets/images/img-11-1.png old mode 100644 new mode 100755 diff --git a/src/assets/images/img-11.png b/src/assets/images/img-11.png old mode 100644 new mode 100755 diff --git a/src/assets/images/img-11.svg b/src/assets/images/img-11.svg old mode 100644 new mode 100755 diff --git a/src/assets/images/img-41.png b/src/assets/images/img-41.png old mode 100644 new mode 100755 diff --git a/src/assets/images/img-42.png b/src/assets/images/img-42.png old mode 100644 new mode 100755 diff --git a/src/assets/images/img-43.png b/src/assets/images/img-43.png old mode 100644 new mode 100755 diff --git a/src/assets/images/img-44.png b/src/assets/images/img-44.png old mode 100644 new mode 100755 diff --git a/src/assets/images/img-44.svg b/src/assets/images/img-44.svg old mode 100644 new mode 100755 diff --git a/src/assets/images/img-45.svg b/src/assets/images/img-45.svg old mode 100644 new mode 100755 diff --git a/src/assets/images/img-46.svg b/src/assets/images/img-46.svg old mode 100644 new mode 100755 diff --git a/src/assets/images/img-51.svg b/src/assets/images/img-51.svg old mode 100644 new mode 100755 diff --git a/src/assets/images/index.ts b/src/assets/images/index.ts old mode 100644 new mode 100755 diff --git a/src/assets/images/jbb@2x.png b/src/assets/images/jbb@2x.png old mode 100644 new mode 100755 diff --git a/src/assets/images/jj.gif b/src/assets/images/jj.gif old mode 100644 new mode 100755 diff --git a/src/assets/images/kongj@2x.png b/src/assets/images/kongj@2x.png old mode 100644 new mode 100755 diff --git a/src/assets/images/link.png b/src/assets/images/link.png old mode 100644 new mode 100755 diff --git a/src/assets/images/link1.png b/src/assets/images/link1.png old mode 100644 new mode 100755 diff --git a/src/assets/images/loding.png b/src/assets/images/loding.png old mode 100644 new mode 100755 diff --git a/src/assets/images/logo.png b/src/assets/images/logo.png old mode 100644 new mode 100755 diff --git a/src/assets/images/logo.svg b/src/assets/images/logo.svg old mode 100644 new mode 100755 diff --git a/src/assets/images/logo@2x.png b/src/assets/images/logo@2x.png old mode 100644 new mode 100755 diff --git a/src/assets/images/lvbeu@2x.png b/src/assets/images/lvbeu@2x.png old mode 100644 new mode 100755 diff --git a/src/assets/images/lvbiao@2x.png b/src/assets/images/lvbiao@2x.png old mode 100644 new mode 100755 diff --git a/src/assets/images/phone.png b/src/assets/images/phone.png old mode 100644 new mode 100755 diff --git a/src/assets/images/phone1.png b/src/assets/images/phone1.png old mode 100644 new mode 100755 diff --git a/src/assets/images/qingb2@2x.png b/src/assets/images/qingb2@2x.png old mode 100644 new mode 100755 diff --git a/src/assets/images/qingb@2x.png b/src/assets/images/qingb@2x.png old mode 100644 new mode 100755 diff --git a/src/assets/images/riqii@2x.png b/src/assets/images/riqii@2x.png old mode 100644 new mode 100755 diff --git a/src/assets/images/scbmm@2x.png b/src/assets/images/scbmm@2x.png old mode 100644 new mode 100755 diff --git a/src/assets/images/scmtzh@2x.png b/src/assets/images/scmtzh@2x.png old mode 100644 new mode 100755 diff --git a/src/assets/images/shuju.png b/src/assets/images/shuju.png old mode 100644 new mode 100755 diff --git a/src/assets/images/shuju1.png b/src/assets/images/shuju1.png old mode 100644 new mode 100755 diff --git a/src/assets/images/sqss2@2x.png b/src/assets/images/sqss2@2x.png old mode 100644 new mode 100755 diff --git a/src/assets/images/sqss@2x.png b/src/assets/images/sqss@2x.png old mode 100644 new mode 100755 diff --git a/src/assets/images/tiad@2x.png b/src/assets/images/tiad@2x.png old mode 100644 new mode 100755 diff --git a/src/assets/images/tizhibiaozi.png b/src/assets/images/tizhibiaozi.png old mode 100644 new mode 100755 diff --git a/src/assets/images/tongzhi@2x.png b/src/assets/images/tongzhi@2x.png old mode 100644 new mode 100755 diff --git a/src/assets/images/tuann.png b/src/assets/images/tuann.png old mode 100644 new mode 100755 diff --git a/src/assets/images/wbshouy.png b/src/assets/images/wbshouy.png old mode 100644 new mode 100755 diff --git a/src/assets/images/xiaogouzi1.jpg b/src/assets/images/xiaogouzi1.jpg old mode 100644 new mode 100755 diff --git a/src/assets/images/xiaogouzi2.jpg b/src/assets/images/xiaogouzi2.jpg old mode 100644 new mode 100755 diff --git a/src/assets/images/xiaogouzi3.jpg b/src/assets/images/xiaogouzi3.jpg old mode 100644 new mode 100755 diff --git a/src/assets/images/xiaoguizi.png b/src/assets/images/xiaoguizi.png old mode 100644 new mode 100755 diff --git a/src/assets/images/xinxi@2x.png b/src/assets/images/xinxi@2x.png old mode 100644 new mode 100755 diff --git a/src/assets/images/youj@2x.png b/src/assets/images/youj@2x.png old mode 100644 new mode 100755 diff --git a/src/assets/images/youjzb2@2x.png b/src/assets/images/youjzb2@2x.png old mode 100644 new mode 100755 diff --git a/src/assets/images/youjzb@2x.png b/src/assets/images/youjzb@2x.png old mode 100644 new mode 100755 diff --git a/src/assets/images/zhulj@2x.png b/src/assets/images/zhulj@2x.png old mode 100644 new mode 100755 diff --git a/src/components/404.tsx b/src/components/404.tsx old mode 100644 new mode 100755 diff --git a/src/components/AppAlert.vue b/src/components/AppAlert.vue old mode 100644 new mode 100755 diff --git a/src/components/AppBlock.vue b/src/components/AppBlock.vue old mode 100644 new mode 100755 diff --git a/src/components/AppBreadCrumbs.vue b/src/components/AppBreadCrumbs.vue old mode 100644 new mode 100755 diff --git a/src/components/AppHeadUserInfo.vue b/src/components/AppHeadUserInfo.vue old mode 100644 new mode 100755 diff --git a/src/components/AppHeadUserInfos.vue b/src/components/AppHeadUserInfos.vue old mode 100644 new mode 100755 diff --git a/src/components/AppNewsBox.vue b/src/components/AppNewsBox.vue old mode 100644 new mode 100755 diff --git a/src/components/AppPagination.vue b/src/components/AppPagination.vue old mode 100644 new mode 100755 diff --git a/src/components/amtion.vue b/src/components/amtion.vue old mode 100644 new mode 100755 diff --git a/src/components/search.vue b/src/components/search.vue old mode 100644 new mode 100755 diff --git a/src/main.ts b/src/main.ts old mode 100644 new mode 100755 diff --git a/src/router/index.ts b/src/router/index.ts old mode 100644 new mode 100755 diff --git a/src/stores/index.ts b/src/stores/index.ts old mode 100644 new mode 100755 diff --git a/src/stores/modules/database.ts b/src/stores/modules/database.ts old mode 100644 new mode 100755 diff --git a/src/stores/modules/mystor.ts b/src/stores/modules/mystor.ts old mode 100644 new mode 100755 diff --git a/src/stores/modules/noticeId.ts b/src/stores/modules/noticeId.ts old mode 100644 new mode 100755 diff --git a/src/stores/modules/pages.ts b/src/stores/modules/pages.ts old mode 100644 new mode 100755 diff --git a/src/stores/modules/search.ts b/src/stores/modules/search.ts old mode 100644 new mode 100755 diff --git a/src/stores/modules/user.ts b/src/stores/modules/user.ts old mode 100644 new mode 100755 diff --git a/src/styles/base.css b/src/styles/base.css old mode 100644 new mode 100755 diff --git a/src/styles/dog.ttf b/src/styles/dog.ttf old mode 100644 new mode 100755 diff --git a/src/styles/logo.svg b/src/styles/logo.svg old mode 100644 new mode 100755 diff --git a/src/styles/main.css b/src/styles/main.css old mode 100644 new mode 100755 diff --git a/src/styles/reset.less b/src/styles/reset.less old mode 100644 new mode 100755 diff --git a/src/styles/smallDog.css b/src/styles/smallDog.css old mode 100644 new mode 100755 diff --git a/src/types/auto-import.d.ts b/src/types/auto-import.d.ts old mode 100644 new mode 100755 diff --git a/src/types/env.d.ts b/src/types/env.d.ts old mode 100644 new mode 100755 diff --git a/src/types/index.d.ts b/src/types/index.d.ts old mode 100644 new mode 100755 diff --git a/src/utils/axios.ts b/src/utils/axios.ts old mode 100644 new mode 100755 diff --git a/src/utils/enums.ts b/src/utils/enums.ts old mode 100644 new mode 100755 diff --git a/src/utils/format.ts b/src/utils/format.ts old mode 100644 new mode 100755 diff --git a/src/utils/http.ts b/src/utils/http.ts old mode 100644 new mode 100755 diff --git a/src/utils/message.ts b/src/utils/message.ts old mode 100644 new mode 100755 diff --git a/src/utils/request.ts b/src/utils/request.ts old mode 100644 new mode 100755 diff --git a/src/views/company/Company.vue b/src/views/company/Company.vue old mode 100644 new mode 100755 diff --git a/src/views/company/Group.vue b/src/views/company/Group.vue old mode 100644 new mode 100755 diff --git a/src/views/company/HeadQuarters.vue b/src/views/company/HeadQuarters.vue old mode 100644 new mode 100755 diff --git a/src/views/company/index.vue b/src/views/company/index.vue old mode 100644 new mode 100755 diff --git a/src/views/company/modify.vue b/src/views/company/modify.vue old mode 100644 new mode 100755 diff --git a/src/views/company/modifys.vue b/src/views/company/modifys.vue old mode 100644 new mode 100755 diff --git a/src/views/dataPlatform/index.vue b/src/views/dataPlatform/index.vue old mode 100644 new mode 100755 diff --git a/src/views/extermal/Article/Detail.vue b/src/views/extermal/Article/Detail.vue old mode 100644 new mode 100755 diff --git a/src/views/extermal/Article/DetailNew.vue b/src/views/extermal/Article/DetailNew.vue old mode 100644 new mode 100755 diff --git a/src/views/extermal/Article/DetailNew1.vue b/src/views/extermal/Article/DetailNew1.vue old mode 100644 new mode 100755 diff --git a/src/views/extermal/Article/DetailNews.vue b/src/views/extermal/Article/DetailNews.vue old mode 100644 new mode 100755 diff --git a/src/views/extermal/Article/Detaila.vue b/src/views/extermal/Article/Detaila.vue old mode 100644 new mode 100755 diff --git a/src/views/extermal/Article/Details.vue b/src/views/extermal/Article/Details.vue old mode 100644 new mode 100755 diff --git a/src/views/extermal/Board/index.vue b/src/views/extermal/Board/index.vue old mode 100644 new mode 100755 diff --git a/src/views/extermal/ExternalHome.vue b/src/views/extermal/ExternalHome.vue old mode 100644 new mode 100755 diff --git a/src/views/extermal/Process/images/NEW3.gif b/src/views/extermal/Process/images/NEW3.gif old mode 100644 new mode 100755 diff --git a/src/views/extermal/Process/images/NEW@2x.png b/src/views/extermal/Process/images/NEW@2x.png old mode 100644 new mode 100755 diff --git a/src/views/extermal/Process/images/boh1@2x.png b/src/views/extermal/Process/images/boh1@2x.png old mode 100644 new mode 100755 diff --git a/src/views/extermal/Process/images/boh2@2x.png b/src/views/extermal/Process/images/boh2@2x.png old mode 100644 new mode 100755 diff --git a/src/views/extermal/Process/images/caog1@2x.png b/src/views/extermal/Process/images/caog1@2x.png old mode 100644 new mode 100755 diff --git a/src/views/extermal/Process/images/caog2@2x.png b/src/views/extermal/Process/images/caog2@2x.png old mode 100644 new mode 100755 diff --git a/src/views/extermal/Process/images/chac.png b/src/views/extermal/Process/images/chac.png old mode 100644 new mode 100755 diff --git a/src/views/extermal/Process/images/guid1@2x.png b/src/views/extermal/Process/images/guid1@2x.png old mode 100644 new mode 100755 diff --git a/src/views/extermal/Process/images/guid2@2x.png b/src/views/extermal/Process/images/guid2@2x.png old mode 100644 new mode 100755 diff --git a/src/views/extermal/Process/images/icon-1.svg b/src/views/extermal/Process/images/icon-1.svg old mode 100644 new mode 100755 diff --git a/src/views/extermal/Process/images/icon-2.svg b/src/views/extermal/Process/images/icon-2.svg old mode 100644 new mode 100755 diff --git a/src/views/extermal/Process/images/icon-3.svg b/src/views/extermal/Process/images/icon-3.svg old mode 100644 new mode 100755 diff --git a/src/views/extermal/Process/images/icon-4.svg b/src/views/extermal/Process/images/icon-4.svg old mode 100644 new mode 100755 diff --git a/src/views/extermal/Process/images/icon-5.svg b/src/views/extermal/Process/images/icon-5.svg old mode 100644 new mode 100755 diff --git a/src/views/extermal/Process/images/icon-6.svg b/src/views/extermal/Process/images/icon-6.svg old mode 100644 new mode 100755 diff --git a/src/views/extermal/Process/images/index.ts b/src/views/extermal/Process/images/index.ts old mode 100644 new mode 100755 diff --git a/src/views/extermal/Process/images/jbb@2x.png b/src/views/extermal/Process/images/jbb@2x.png old mode 100644 new mode 100755 diff --git a/src/views/extermal/Process/images/news2@2x.png b/src/views/extermal/Process/images/news2@2x.png old mode 100644 new mode 100755 diff --git a/src/views/extermal/Process/images/quedd.png b/src/views/extermal/Process/images/quedd.png old mode 100644 new mode 100755 diff --git a/src/views/extermal/Process/images/shetg1@2x.png b/src/views/extermal/Process/images/shetg1@2x.png old mode 100644 new mode 100755 diff --git a/src/views/extermal/Process/images/shetg2@2x.png b/src/views/extermal/Process/images/shetg2@2x.png old mode 100644 new mode 100755 diff --git a/src/views/extermal/Process/images/shhz1@2x.png b/src/views/extermal/Process/images/shhz1@2x.png old mode 100644 new mode 100755 diff --git a/src/views/extermal/Process/images/shhz2@2x.png b/src/views/extermal/Process/images/shhz2@2x.png old mode 100644 new mode 100755 diff --git a/src/views/extermal/Process/images/shq1@2x.png b/src/views/extermal/Process/images/shq1@2x.png old mode 100644 new mode 100755 diff --git a/src/views/extermal/Process/images/shq2@2x.png b/src/views/extermal/Process/images/shq2@2x.png old mode 100644 new mode 100755 diff --git a/src/views/extermal/Process/images/swipe-1.svg b/src/views/extermal/Process/images/swipe-1.svg old mode 100644 new mode 100755 diff --git a/src/views/extermal/Process/images/swipe-2.svg b/src/views/extermal/Process/images/swipe-2.svg old mode 100644 new mode 100755 diff --git a/src/views/extermal/Process/images/wanc1@2x.png b/src/views/extermal/Process/images/wanc1@2x.png old mode 100644 new mode 100755 diff --git a/src/views/extermal/Process/images/wanc2@2x.png b/src/views/extermal/Process/images/wanc2@2x.png old mode 100644 new mode 100755 diff --git a/src/views/extermal/Process/images/younniu.png b/src/views/extermal/Process/images/younniu.png old mode 100644 new mode 100755 diff --git a/src/views/extermal/Process/images/zytz@2x.png b/src/views/extermal/Process/images/zytz@2x.png old mode 100644 new mode 100755 diff --git a/src/views/extermal/Process/index.vue b/src/views/extermal/Process/index.vue old mode 100644 new mode 100755 diff --git a/src/views/extermal/images/NEW@2x.png b/src/views/extermal/images/NEW@2x.png old mode 100644 new mode 100755 diff --git a/src/views/extermal/images/beij.png b/src/views/extermal/images/beij.png old mode 100644 new mode 100755 diff --git a/src/views/extermal/images/chex@2x.png b/src/views/extermal/images/chex@2x.png old mode 100644 new mode 100755 diff --git a/src/views/extermal/images/fanhui.png b/src/views/extermal/images/fanhui.png old mode 100644 new mode 100755 diff --git a/src/views/extermal/images/laba@2x.png b/src/views/extermal/images/laba@2x.png old mode 100644 new mode 100755 diff --git a/src/views/extermal/images/sahcc@2x.png b/src/views/extermal/images/sahcc@2x.png old mode 100644 new mode 100755 diff --git a/src/views/extermal/images/tuann.png b/src/views/extermal/images/tuann.png old mode 100644 new mode 100755 diff --git a/src/views/extermal/images/wjt1@2x.png b/src/views/extermal/images/wjt1@2x.png old mode 100644 new mode 100755 diff --git a/src/views/extermal/images/wjt2@2x.png b/src/views/extermal/images/wjt2@2x.png old mode 100644 new mode 100755 diff --git a/src/views/extermal/images/younniu@2x.png b/src/views/extermal/images/younniu@2x.png old mode 100644 new mode 100755 diff --git a/src/views/extermal/images/yuny@2x.png b/src/views/extermal/images/yuny@2x.png old mode 100644 new mode 100755 diff --git a/src/views/extermal/images/zanwly.png b/src/views/extermal/images/zanwly.png old mode 100644 new mode 100755 diff --git a/src/views/extermal/images/zanwly2.png b/src/views/extermal/images/zanwly2.png old mode 100644 new mode 100755 diff --git a/src/views/extermal/news/index.vue b/src/views/extermal/news/index.vue old mode 100644 new mode 100755 diff --git a/src/views/home/Home.vue b/src/views/home/Home.vue old mode 100644 new mode 100755 diff --git a/src/views/home/HomeData.ts b/src/views/home/HomeData.ts old mode 100644 new mode 100755 diff --git a/src/views/home/StrategicPlanning.vue b/src/views/home/StrategicPlanning.vue old mode 100644 new mode 100755 diff --git a/src/views/home/bcp/BCP.vue b/src/views/home/bcp/BCP.vue old mode 100644 new mode 100755 diff --git a/src/views/home/bcp/actionBf.vue b/src/views/home/bcp/actionBf.vue old mode 100644 new mode 100755 diff --git a/src/views/home/bcp/ation.vue b/src/views/home/bcp/ation.vue old mode 100644 new mode 100755 diff --git a/src/views/home/bcp/bpcTreeDetail.vue b/src/views/home/bcp/bpcTreeDetail.vue old mode 100644 new mode 100755 diff --git a/src/views/home/bcp/bpclist.vue b/src/views/home/bcp/bpclist.vue old mode 100644 new mode 100755 diff --git a/src/views/home/bcp/components/AppHeadUserInfos.vue b/src/views/home/bcp/components/AppHeadUserInfos.vue old mode 100644 new mode 100755 diff --git a/src/views/home/bcp/components/DatabaseHead.vue b/src/views/home/bcp/components/DatabaseHead.vue old mode 100644 new mode 100755 diff --git a/src/views/home/bcp/contentList.vue b/src/views/home/bcp/contentList.vue old mode 100644 new mode 100755 diff --git a/src/views/home/bcp/detail.vue b/src/views/home/bcp/detail.vue old mode 100644 new mode 100755 diff --git a/src/views/home/bcp/detailNew.vue b/src/views/home/bcp/detailNew.vue old mode 100644 new mode 100755 diff --git a/src/views/home/bcp/images/bcpbj.png b/src/views/home/bcp/images/bcpbj.png old mode 100644 new mode 100755 diff --git a/src/views/home/bcp/images/bcppT.png b/src/views/home/bcp/images/bcppT.png old mode 100644 new mode 100755 diff --git a/src/views/home/bcp/images/bcppp.png b/src/views/home/bcp/images/bcppp.png old mode 100644 new mode 100755 diff --git a/src/views/home/bcp/images/biaoq.png b/src/views/home/bcp/images/biaoq.png old mode 100644 new mode 100755 diff --git a/src/views/home/bcp/images/biq2.png b/src/views/home/bcp/images/biq2.png old mode 100644 new mode 100755 diff --git a/src/views/home/bcp/images/bitbj@2x.png b/src/views/home/bcp/images/bitbj@2x.png old mode 100644 new mode 100755 diff --git a/src/views/home/bcp/images/chah2.png b/src/views/home/bcp/images/chah2.png old mode 100644 new mode 100755 diff --git a/src/views/home/bcp/images/diqiu.png b/src/views/home/bcp/images/diqiu.png old mode 100644 new mode 100755 diff --git a/src/views/home/bcp/images/dunpai.png b/src/views/home/bcp/images/dunpai.png old mode 100644 new mode 100755 diff --git a/src/views/home/bcp/images/gdd2.png b/src/views/home/bcp/images/gdd2.png old mode 100644 new mode 100755 diff --git a/src/views/home/bcp/images/gfs.png b/src/views/home/bcp/images/gfs.png old mode 100644 new mode 100755 diff --git a/src/views/home/bcp/images/gfscn.png b/src/views/home/bcp/images/gfscn.png old mode 100644 new mode 100755 diff --git a/src/views/home/bcp/images/jianbk.png b/src/views/home/bcp/images/jianbk.png old mode 100644 new mode 100755 diff --git a/src/views/home/bcp/images/jianbk2.png b/src/views/home/bcp/images/jianbk2.png old mode 100644 new mode 100755 diff --git a/src/views/home/bcp/images/k1.png b/src/views/home/bcp/images/k1.png old mode 100644 new mode 100755 diff --git a/src/views/home/bcp/images/k2.png b/src/views/home/bcp/images/k2.png old mode 100644 new mode 100755 diff --git a/src/views/home/bcp/images/k3.png b/src/views/home/bcp/images/k3.png old mode 100644 new mode 100755 diff --git a/src/views/home/bcp/images/k4.png b/src/views/home/bcp/images/k4.png old mode 100644 new mode 100755 diff --git a/src/views/home/bcp/images/kneur.png b/src/views/home/bcp/images/kneur.png old mode 100644 new mode 100755 diff --git a/src/views/home/bcp/images/lans.png b/src/views/home/bcp/images/lans.png old mode 100644 new mode 100755 diff --git a/src/views/home/bcp/images/qingbk.png b/src/views/home/bcp/images/qingbk.png old mode 100644 new mode 100755 diff --git a/src/views/home/bcp/images/san11.png b/src/views/home/bcp/images/san11.png old mode 100644 new mode 100755 diff --git a/src/views/home/bcp/images/san22.png b/src/views/home/bcp/images/san22.png old mode 100644 new mode 100755 diff --git a/src/views/home/bcp/images/ss.png b/src/views/home/bcp/images/ss.png old mode 100644 new mode 100755 diff --git a/src/views/home/bcp/images/tbjj.png b/src/views/home/bcp/images/tbjj.png old mode 100644 new mode 100755 diff --git a/src/views/home/bcp/images/tishi.png b/src/views/home/bcp/images/tishi.png old mode 100644 new mode 100755 diff --git a/src/views/home/bcp/images/tishi2.png b/src/views/home/bcp/images/tishi2.png old mode 100644 new mode 100755 diff --git a/src/views/home/bcp/images/tishi3.png b/src/views/home/bcp/images/tishi3.png old mode 100644 new mode 100755 diff --git a/src/views/home/bcp/images/tishi_1.png b/src/views/home/bcp/images/tishi_1.png old mode 100644 new mode 100755 diff --git a/src/views/home/bcp/images/tout.png b/src/views/home/bcp/images/tout.png old mode 100644 new mode 100755 diff --git a/src/views/home/bcp/images/yojjt@2x.png b/src/views/home/bcp/images/yojjt@2x.png old mode 100644 new mode 100755 diff --git a/src/views/home/bcp/images/yunysz.png b/src/views/home/bcp/images/yunysz.png old mode 100644 new mode 100755 diff --git a/src/views/home/bcp/modify - 副本.vue b/src/views/home/bcp/modify - 副本.vue old mode 100644 new mode 100755 diff --git a/src/views/home/bcp/modify.vue b/src/views/home/bcp/modify.vue old mode 100644 new mode 100755 diff --git a/src/views/home/bcp/modify_new.vue b/src/views/home/bcp/modify_new.vue old mode 100644 new mode 100755 diff --git a/src/views/home/bcp/sTree.vue b/src/views/home/bcp/sTree.vue old mode 100644 new mode 100755 diff --git a/src/views/home/cd/CD.vue b/src/views/home/cd/CD.vue old mode 100644 new mode 100755 diff --git a/src/views/home/cd/CDSide.vue b/src/views/home/cd/CDSide.vue old mode 100644 new mode 100755 diff --git a/src/views/home/cd/CdData.ts b/src/views/home/cd/CdData.ts old mode 100644 new mode 100755 diff --git a/src/views/home/cd/images/cddj.png b/src/views/home/cd/images/cddj.png old mode 100644 new mode 100755 diff --git a/src/views/home/cd/images/fazhuje.png b/src/views/home/cd/images/fazhuje.png old mode 100644 new mode 100755 diff --git a/src/views/home/cd/images/icon-1.png b/src/views/home/cd/images/icon-1.png old mode 100644 new mode 100755 diff --git a/src/views/home/cd/images/icon-2.png b/src/views/home/cd/images/icon-2.png old mode 100644 new mode 100755 diff --git a/src/views/home/cd/images/shuj1.png b/src/views/home/cd/images/shuj1.png old mode 100644 new mode 100755 diff --git a/src/views/home/cd/images/shuju2.png b/src/views/home/cd/images/shuju2.png old mode 100644 new mode 100755 diff --git a/src/views/home/components/DataBaseHead.vue b/src/views/home/components/DataBaseHead.vue old mode 100644 new mode 100755 diff --git a/src/views/home/components/HomeHead.vue b/src/views/home/components/HomeHead.vue old mode 100644 new mode 100755 diff --git a/src/views/home/components/HomeHeadSearch.vue b/src/views/home/components/HomeHeadSearch.vue old mode 100644 new mode 100755 diff --git a/src/views/home/components/New.vue b/src/views/home/components/New.vue old mode 100644 new mode 100755 diff --git a/src/views/home/csr/CSR.vue b/src/views/home/csr/CSR.vue old mode 100644 new mode 100755 diff --git a/src/views/home/csr/CSRContent.vue b/src/views/home/csr/CSRContent.vue old mode 100644 new mode 100755 diff --git a/src/views/home/csr/CSRContent1.vue b/src/views/home/csr/CSRContent1.vue old mode 100644 new mode 100755 diff --git a/src/views/home/csr/CSRContent2.vue b/src/views/home/csr/CSRContent2.vue old mode 100644 new mode 100755 diff --git a/src/views/home/csr/CSRContent22.vue b/src/views/home/csr/CSRContent22.vue old mode 100644 new mode 100755 index 50b11f7..e0b7070 --- a/src/views/home/csr/CSRContent22.vue +++ b/src/views/home/csr/CSRContent22.vue @@ -1,27 +1,21 @@