From e1580de161434cc90934b5d66b7dc6a311eab0ce Mon Sep 17 00:00:00 2001 From: Apcallover <1503963513@qq.com> Date: Sun, 28 Apr 2024 22:18:42 +0800 Subject: [PATCH] =?UTF-8?q?flat:=20=E5=92=A8=E8=AF=A2=E4=BF=A1=E7=AE=B1?= =?UTF-8?q?=E7=AD=89=2070%?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/content.js | 30 +-- api/help.js | 13 ++ pageMy/help/applicationsRecord.vue | 94 ++++++++ pageMy/help/mailbox.vue | 189 +++++++++++++++ pageMy/setUserBase/complain.vue | 353 ++++++++++++++--------------- pageMy/setUserBase/mailbox.vue | 279 +++++++++++------------ pages.json | 8 + pages/my/my.vue | 2 +- vue.config.js | 4 +- 9 files changed, 625 insertions(+), 347 deletions(-) create mode 100644 api/help.js create mode 100644 pageMy/help/applicationsRecord.vue create mode 100644 pageMy/help/mailbox.vue diff --git a/api/content.js b/api/content.js index 4731f0a..cf5b010 100644 --- a/api/content.js +++ b/api/content.js @@ -1,15 +1,15 @@ -import { - request -} from '@/untils/AxiosUtils.js'; - -export const addConsultMailboxInfo = (data) => request({ - url: 'api/jobslink-api/content/consultMailboxInfo/add', - method: 'post', - data -}); - -export const addSuperviseComplaintInfo = (data) => request({ - url: 'api/jobslink-api/content/superviseComplaintInfo/add', - method: 'post', - data -}); +import { + request +} from '@/untils/AxiosUtils.js'; + +export const addConsultMailboxInfo = (data) => request({ + url: 'api/jobslink-api/content/consultMailboxInfo/add', + method: 'post', + data +}); + +export const addSuperviseComplaintInfo = (data) => request({ + url: 'api/jobslink-api/content/superviseComplaintInfo/add', + method: 'post', + data +}); \ No newline at end of file diff --git a/api/help.js b/api/help.js new file mode 100644 index 0000000..4ae8492 --- /dev/null +++ b/api/help.js @@ -0,0 +1,13 @@ +import { + request +} from '@/untils/AxiosUtils.js'; +import { + getStore +} from '@/untils/store.js' + +//轮播图 +export const getEmploymentSurveyManage = (params) => request({ + url: '/api/jobslink-api/content/employmentSurveyManage/list', + method: 'get', + params +}); \ No newline at end of file diff --git a/pageMy/help/applicationsRecord.vue b/pageMy/help/applicationsRecord.vue new file mode 100644 index 0000000..0e3d03c --- /dev/null +++ b/pageMy/help/applicationsRecord.vue @@ -0,0 +1,94 @@ + + + + + \ No newline at end of file diff --git a/pageMy/help/mailbox.vue b/pageMy/help/mailbox.vue new file mode 100644 index 0000000..d1e44e3 --- /dev/null +++ b/pageMy/help/mailbox.vue @@ -0,0 +1,189 @@ + + + + + \ No newline at end of file diff --git a/pageMy/setUserBase/complain.vue b/pageMy/setUserBase/complain.vue index 7358db8..50b46b6 100644 --- a/pageMy/setUserBase/complain.vue +++ b/pageMy/setUserBase/complain.vue @@ -1,185 +1,168 @@ - - - - - + + + + + \ No newline at end of file diff --git a/pageMy/setUserBase/mailbox.vue b/pageMy/setUserBase/mailbox.vue index e98d835..046f7a6 100644 --- a/pageMy/setUserBase/mailbox.vue +++ b/pageMy/setUserBase/mailbox.vue @@ -1,144 +1,135 @@ - - - - - + + + + + \ No newline at end of file diff --git a/pages.json b/pages.json index 95e07f3..a74a05c 100644 --- a/pages.json +++ b/pages.json @@ -706,6 +706,14 @@ "enablePullDownRefresh": true } }, + { + "path": "help/mailbox", + "style": { + "navigationBarTitleText": "咨询信箱列表", + "navigationBarBackgroundColor": "#FFFFFF", + "enablePullDownRefresh": true + } + }, { "path": "help/questions/questionDetail", "style": { diff --git a/pages/my/my.vue b/pages/my/my.vue index d3260ea..cabe848 100644 --- a/pages/my/my.vue +++ b/pages/my/my.vue @@ -62,7 +62,7 @@ 咨询信箱 - + 问卷调查 diff --git a/vue.config.js b/vue.config.js index 5771477..df48091 100644 --- a/vue.config.js +++ b/vue.config.js @@ -3,10 +3,10 @@ module.exports = { port: 1887, proxy: { '/api': { - target: 'http://10.165.0.173:8000', + target: 'http://192.168.1.101:8200', ws: true, pathRewrite: { - '^/api': '/' + '^/api/jobslink-api': '/' } }, '/qq/map': {