diff --git a/.gitignore b/.gitignore index ea7fa33a..2ebfa222 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,5 @@ front/public/index.html back/dist-西海岸-后台管理-v0.8.2.1.zip back/dist-市局-后台管理-v0.8.2.3.zip back/dist-西海岸-后台管理-v0.8.2.4.d.zip -*.zip \ No newline at end of file +*.zip +front/public/static/config/basicConfig.js diff --git a/front/src/api/home.js b/front/src/api/home.js index 749c692b..6c9b4b4a 100644 --- a/front/src/api/home.js +++ b/front/src/api/home.js @@ -2,7 +2,7 @@ * @Author: hisense.wuhongjian * @Date: 2022-04-01 19:19:40 * @LastEditors: Light - * @LastEditTime: 2022-10-24 10:36:56 + * @LastEditTime: 2022-10-25 09:51:56 * @Description: 告诉大家这是什么 */ import request from '@/utils/request' @@ -110,6 +110,13 @@ export function initiateMeet(data) { data: data, }) } +export function getEnkeUsers(params) { + return request({ + url: '/enke/getEnkeUsers', + method: 'get', + params: params, + }) +} // 组件服务 export function ApplicationServe(data) { diff --git a/front/src/api/user.js b/front/src/api/user.js index a8e05e59..c8167d56 100644 --- a/front/src/api/user.js +++ b/front/src/api/user.js @@ -1,8 +1,8 @@ /* * @Author: hisense.wuhongjian * @Date: 2022-03-29 17:48:03 - * @LastEditors: hisense.liangjunhua - * @LastEditTime: 2022-07-15 16:42:22 + * @LastEditors: Light + * @LastEditTime: 2022-10-25 09:37:05 * @Description: 告诉大家这是什么 */ import request from '@/utils/request' @@ -23,6 +23,13 @@ export async function socialLogin(data) { }) } +export function getRole(params) { + return request({ + url: '/sys/role/' + params, + method: 'get', + params, + }) +} export function getUserInfo(redict) { //此处为了兼容mock.js使用data传递accessToken,如果使用mock可以走headers // debugger @@ -30,8 +37,8 @@ export function getUserInfo(redict) { url: '/sys/user/info', method: 'get', headers: { - REQUESTURI:redict - } + REQUESTURI: redict, + }, }) } export function getDeptAll() { diff --git a/front/src/views/home/DetailsPageconetent.vue b/front/src/views/home/DetailsPageconetent.vue index 7cc26f27..05a181d9 100644 --- a/front/src/views/home/DetailsPageconetent.vue +++ b/front/src/views/home/DetailsPageconetent.vue @@ -12,32 +12,55 @@
能力广场
(United Capacity System)