diff --git a/manifest.json b/manifest.json index 0dd18a9..ceef986 100644 --- a/manifest.json +++ b/manifest.json @@ -1,80 +1,80 @@ -{ - "name": "招聘", - "appid": "__UNI__2BC0F87", - "description": "", - "versionName": "1.0.0", - "versionCode": "100", - "transformPx": false, - "app-plus": { - "usingComponents": true, - "compilerVersion": 3, - /* 5+App特有相关 */ - "modules": {}, - /* 模块配置 */ - "distribute": { - /* 应用发布信息 */ - "android": { - /* android打包配置 */ - "permissions": [ - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "" - ] - }, - "ios": {}, - /* ios打包配置 */ - "sdkConfigs": {} - } - }, - /* SDK配置 */ - "quickapp": {}, - /* 快应用特有相关 */ - "mp-weixin": { - /* 小程序特有相关 */ - "appid": "wx77580889aaf15eb4", - "setting": { - "urlCheck": false, - "minified": true, - "es6": true - }, - "usingComponents": true, - "permission": { - "scope.userLocation": { - "desc": "获取您的位置,以便给您推荐合适工作信息" - } - } - }, - "h5": { - "sdkConfigs": { - "maps": { - "qqmap": { - "key": "FW3BZ-6JTK6-GCUS5-MZCRR-3GPR5-HJFEI" - } - } - }, - "template": "index.html", - "router": { - "base": "./", - "mode": "hash" - } - } -} \ No newline at end of file +{ + "name" : "招聘", + "appid" : "__UNI__2BC0F87", + "description" : "", + "versionName" : "1.0.0", + "versionCode" : "100", + "transformPx" : false, + "app-plus" : { + "usingComponents" : true, + "compilerVersion" : 3, + /* 5+App特有相关 */ + "modules" : {}, + /* 模块配置 */ + "distribute" : { + /* 应用发布信息 */ + "android" : { + /* android打包配置 */ + "permissions" : [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ] + }, + "ios" : {}, + /* ios打包配置 */ + "sdkConfigs" : {} + } + }, + /* SDK配置 */ + "quickapp" : {}, + /* 快应用特有相关 */ + "mp-weixin" : { + /* 小程序特有相关 */ + "appid" : "wx77580889aaf15eb4", + "setting" : { + "urlCheck" : false, + "minified" : true, + "es6" : true + }, + "usingComponents" : true, + "permission" : { + "scope.userLocation" : { + "desc" : "获取您的位置,以便给您推荐合适工作信息" + } + } + }, + "h5" : { + "sdkConfigs" : { + "maps" : { + "qqmap" : { + "key" : "FW3BZ-6JTK6-GCUS5-MZCRR-3GPR5-HJFEI" + } + } + }, + "template" : "index.html", + "router" : { + "base" : "./", + "mode" : "hash" + } + } +} diff --git a/pages/recruit/recruit.vue b/pages/recruit/recruit.vue index f2b2c41..e84effd 100644 --- a/pages/recruit/recruit.vue +++ b/pages/recruit/recruit.vue @@ -65,10 +65,10 @@ export default { if (resData.data.data) { resolve() } else { - this.$api.msg('您未申请开通该功能,请联系工作人员') - // this.navTo( - // '/pages/recruit/subPage/enterpriceCertification/enterpriceCertification' - // ) + // this.$api.msg('您未申请开通该功能,请联系工作人员') + this.navTo( + '/pages/recruit/subPage/enterpriceCertification/enterpriceCertification' + ) } } else { reject() diff --git a/pages/recruit/subPage/enterpriceCertification/enterpriceCertification.vue b/pages/recruit/subPage/enterpriceCertification/enterpriceCertification.vue index c87d7ba..32bcb93 100644 --- a/pages/recruit/subPage/enterpriceCertification/enterpriceCertification.vue +++ b/pages/recruit/subPage/enterpriceCertification/enterpriceCertification.vue @@ -3,7 +3,7 @@ - 企业信息 + 企业认证信息 @@ -45,7 +45,7 @@ - 用户信息 + 联系人信息 @@ -55,7 +55,7 @@ - 相关资料 + 证件资料 diff --git a/static/img/index/inLogo11.png b/static/img/index/inLogo11.png new file mode 100644 index 0000000..ad11b25 Binary files /dev/null and b/static/img/index/inLogo11.png differ diff --git a/vue.config.js b/vue.config.js index 1f309b9..5771477 100644 --- a/vue.config.js +++ b/vue.config.js @@ -3,7 +3,7 @@ module.exports = { port: 1887, proxy: { '/api': { - target: 'http://localhost:8000', + target: 'http://10.165.0.173:8000', ws: true, pathRewrite: { '^/api': '/'