diff --git a/pages/my/my.vue b/pages/my/my.vue
index 32c1083..5b8c094 100644
--- a/pages/my/my.vue
+++ b/pages/my/my.vue
@@ -1,365 +1,356 @@
-
-
-
-
-
-
-
-
- {{ auth.authInfo.realName ? auth.authInfo.realName :
- phoneFilter(userInfo.user_name) }}
-
-
-
- 实名认证:{{ auth.realNameState ? '已认证' : '未认证' }}
-
-
-
-
-
-
-
- 我的邀请
-
-
-
- 我的申请
-
-
-
- 我的收藏
-
-
-
- 浏览记录
-
-
-
-
-
-
-
-
-
-
- 我要招工
-
-
-
-
- 认证信息
-
-
-
-
-
- 问卷调查
-
-
-
-
-
-
-
- 岗位发布审核
-
-
-
-
- 线下服务记录登记
-
-
-
-
- 零工人员登记
-
-
-
-
-
-
-
-
-
- 德阳市人社局 电话:0838-2505580
- 地址:德阳市旌阳区天山南路1段-102号
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/vue.config.js b/vue.config.js
index e6f92ae..22b58c5 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -6,8 +6,8 @@ module.exports = {
port: 1887,
proxy: {
'/api': {
- target: 'http://10.165.0.173:8000',
- // target: 'http://192.168.1.115:8000',
+ // target: 'http://10.165.0.173:8000',
+ target: 'http://192.168.1.115:8000',
ws: true,
pathRewrite: {
'^/api': '/'