diff --git a/manifest.json b/manifest.json index ceef986..0dd18a9 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" - } - } -} +{ + "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 diff --git a/pages/project/project.vue b/pages/project/project.vue index 2e7364e..a55e366 100644 --- a/pages/project/project.vue +++ b/pages/project/project.vue @@ -515,7 +515,7 @@ industry: industryModal?.industry, province: areaModal?.address1[0], city: areaModal?.address1[1], - cityId: areaModal?.info[areaModal?.info?.length - 1]?.id + cityId: areaModal?.info[areaModal?.info?.length - 2]?.id } nearMissionSearch(params).then(res => { if (this.policyPage.current === 1) { @@ -541,10 +541,10 @@ size: this.nearPage.size, education: submitData["学历"], salary: submitData["工资"], - industry: industryModal?.info?.id, + industry: industryModal?.industry, province: areaModal?.address1[0], city: areaModal?.address1[1], - cityId: areaModal?.info[areaModal?.info?.length - 1]?.id + cityId: areaModal?.info[areaModal?.info?.length - 2]?.id } newMissionAllSearch(params).then(res => { if (this.nearPage.current === 1) { @@ -573,7 +573,7 @@ province: areaModal?.address1[0], city: areaModal?.address1[1], wageUnitCategory: submitData["wageUnitCategory"], - cityId: areaModal?.info[areaModal?.info?.length - 1]?.id + cityId: areaModal?.info[areaModal?.info?.length - 2]?.id } recommendMissionSearch(params).then(res => { if (this.newPage.current === 1) { diff --git a/vue.config.js b/vue.config.js index 1f309b9..39d5180 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://192.168.1.109:8000', ws: true, pathRewrite: { '^/api': '/'