flat:123
This commit is contained in:
@@ -1,21 +1,21 @@
|
|||||||
{
|
{
|
||||||
"name" : "招聘",
|
"name": "招聘",
|
||||||
"appid" : "__UNI__2BC0F87",
|
"appid": "__UNI__2BC0F87",
|
||||||
"description" : "",
|
"description": "",
|
||||||
"versionName" : "1.0.0",
|
"versionName": "1.0.0",
|
||||||
"versionCode" : "100",
|
"versionCode": "100",
|
||||||
"transformPx" : false,
|
"transformPx": false,
|
||||||
"app-plus" : {
|
"app-plus": {
|
||||||
"usingComponents" : true,
|
"usingComponents": true,
|
||||||
"compilerVersion" : 3,
|
"compilerVersion": 3,
|
||||||
/* 5+App特有相关 */
|
/* 5+App特有相关 */
|
||||||
"modules" : {},
|
"modules": {},
|
||||||
/* 模块配置 */
|
/* 模块配置 */
|
||||||
"distribute" : {
|
"distribute": {
|
||||||
/* 应用发布信息 */
|
/* 应用发布信息 */
|
||||||
"android" : {
|
"android": {
|
||||||
/* android打包配置 */
|
/* android打包配置 */
|
||||||
"permissions" : [
|
"permissions": [
|
||||||
"<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
|
"<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
|
||||||
"<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
|
"<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
|
||||||
"<uses-permission android:name=\"android.permission.READ_CONTACTS\"/>",
|
"<uses-permission android:name=\"android.permission.READ_CONTACTS\"/>",
|
||||||
@@ -40,41 +40,41 @@
|
|||||||
"<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
|
"<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"ios" : {},
|
"ios": {},
|
||||||
/* ios打包配置 */
|
/* ios打包配置 */
|
||||||
"sdkConfigs" : {}
|
"sdkConfigs": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
/* SDK配置 */
|
/* SDK配置 */
|
||||||
"quickapp" : {},
|
"quickapp": {},
|
||||||
/* 快应用特有相关 */
|
/* 快应用特有相关 */
|
||||||
"mp-weixin" : {
|
"mp-weixin": {
|
||||||
/* 小程序特有相关 */
|
/* 小程序特有相关 */
|
||||||
"appid" : "wx77580889aaf15eb4",
|
"appid": "wx77580889aaf15eb4",
|
||||||
"setting" : {
|
"setting": {
|
||||||
"urlCheck" : false,
|
"urlCheck": false,
|
||||||
"minified" : true,
|
"minified": true,
|
||||||
"es6" : true
|
"es6": true
|
||||||
},
|
},
|
||||||
"usingComponents" : true,
|
"usingComponents": true,
|
||||||
"permission" : {
|
"permission": {
|
||||||
"scope.userLocation" : {
|
"scope.userLocation": {
|
||||||
"desc" : "获取您的位置,以便给您推荐合适工作信息"
|
"desc": "获取您的位置,以便给您推荐合适工作信息"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"h5" : {
|
"h5": {
|
||||||
"sdkConfigs" : {
|
"sdkConfigs": {
|
||||||
"maps" : {
|
"maps": {
|
||||||
"qqmap" : {
|
"qqmap": {
|
||||||
"key" : "FW3BZ-6JTK6-GCUS5-MZCRR-3GPR5-HJFEI"
|
"key": "FW3BZ-6JTK6-GCUS5-MZCRR-3GPR5-HJFEI"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"template" : "index.html",
|
"template": "index.html",
|
||||||
"router" : {
|
"router": {
|
||||||
"base" : "./",
|
"base": "./",
|
||||||
"mode" : "hash"
|
"mode": "hash"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -515,7 +515,7 @@
|
|||||||
industry: industryModal?.industry,
|
industry: industryModal?.industry,
|
||||||
province: areaModal?.address1[0],
|
province: areaModal?.address1[0],
|
||||||
city: areaModal?.address1[1],
|
city: areaModal?.address1[1],
|
||||||
cityId: areaModal?.info[areaModal?.info?.length - 1]?.id
|
cityId: areaModal?.info[areaModal?.info?.length - 2]?.id
|
||||||
}
|
}
|
||||||
nearMissionSearch(params).then(res => {
|
nearMissionSearch(params).then(res => {
|
||||||
if (this.policyPage.current === 1) {
|
if (this.policyPage.current === 1) {
|
||||||
@@ -541,10 +541,10 @@
|
|||||||
size: this.nearPage.size,
|
size: this.nearPage.size,
|
||||||
education: submitData["学历"],
|
education: submitData["学历"],
|
||||||
salary: submitData["工资"],
|
salary: submitData["工资"],
|
||||||
industry: industryModal?.info?.id,
|
industry: industryModal?.industry,
|
||||||
province: areaModal?.address1[0],
|
province: areaModal?.address1[0],
|
||||||
city: areaModal?.address1[1],
|
city: areaModal?.address1[1],
|
||||||
cityId: areaModal?.info[areaModal?.info?.length - 1]?.id
|
cityId: areaModal?.info[areaModal?.info?.length - 2]?.id
|
||||||
}
|
}
|
||||||
newMissionAllSearch(params).then(res => {
|
newMissionAllSearch(params).then(res => {
|
||||||
if (this.nearPage.current === 1) {
|
if (this.nearPage.current === 1) {
|
||||||
@@ -573,7 +573,7 @@
|
|||||||
province: areaModal?.address1[0],
|
province: areaModal?.address1[0],
|
||||||
city: areaModal?.address1[1],
|
city: areaModal?.address1[1],
|
||||||
wageUnitCategory: submitData["wageUnitCategory"],
|
wageUnitCategory: submitData["wageUnitCategory"],
|
||||||
cityId: areaModal?.info[areaModal?.info?.length - 1]?.id
|
cityId: areaModal?.info[areaModal?.info?.length - 2]?.id
|
||||||
}
|
}
|
||||||
recommendMissionSearch(params).then(res => {
|
recommendMissionSearch(params).then(res => {
|
||||||
if (this.newPage.current === 1) {
|
if (this.newPage.current === 1) {
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ module.exports = {
|
|||||||
port: 1887,
|
port: 1887,
|
||||||
proxy: {
|
proxy: {
|
||||||
'/api': {
|
'/api': {
|
||||||
target: 'http://localhost:8000',
|
target: 'http://192.168.1.109:8000',
|
||||||
ws: true,
|
ws: true,
|
||||||
pathRewrite: {
|
pathRewrite: {
|
||||||
'^/api': '/'
|
'^/api': '/'
|
||||||
|
|||||||
Reference in New Issue
Block a user