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 @@
+
+
+
+
+ {{item.surveyTitle}}
+ {{ item.workname }}
+
+
+
+
+
+
+
+
+
+
+
+
\ 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 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{fromData.complaintType || '请选择分类'}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{fromData.complaintType || '请选择分类'}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ 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': {