wangxin 3 роки тому
батько
коміт
f0880e00b4
4 змінених файлів з 15 додано та 15 видалено
  1. 12 12
      config/config.js
  2. 1 1
      pages/interview-reg/index.js
  3. 1 1
      project.config.json
  4. 1 1
      project.private.config.json

+ 12 - 12
config/config.js

@@ -1,18 +1,18 @@
 // 测试服
-const apiUrl = "https://kf.hap-job.com/happyjob"
-const rootUrl = "https://kf.hap-job.com"
-const imgServerUrl = "https://hpjobtest.oss-cn-shanghai.aliyuncs.com/uploadfiles/mina"//静态资源图片服务器地址
-const imgServerUrl_new = "https://hpjobtest.oss-cn-shanghai.aliyuncs.com"//图片服务器地址
-const captcha = '2078399419'
-const webViewUrl = 'https://hwd.hap-job.com/front'
+// const apiUrl = "https://kf.hap-job.com/happyjob"
+// const rootUrl = "https://kf.hap-job.com"
+// const imgServerUrl = "https://hpjobtest.oss-cn-shanghai.aliyuncs.com/uploadfiles/mina"//静态资源图片服务器地址
+// const imgServerUrl_new = "https://hpjobtest.oss-cn-shanghai.aliyuncs.com"//图片服务器地址
+// const captcha = '2078399419'
+// const webViewUrl = 'https://hwd.hap-job.com/front'
 
 // 正式服
-// const apiUrl = "https://web.hap-job.com/happyjob"
-// const rootUrl = "https://web.hap-job.com"
-// const imgServerUrl = "https://happyjob.oss-cn-shanghai.aliyuncs.com/uploadfiles/mina" //图片服务器地址
-// const imgServerUrl_new = "https://happyjob.oss-cn-shanghai.aliyuncs.com" //图片服务器地址
-// const captcha = '2019232819'
-// const webViewUrl = 'https://hwcloud.hap-job.com/front'
+const apiUrl = "https://web.hap-job.com/happyjob"
+const rootUrl = "https://web.hap-job.com"
+const imgServerUrl = "https://happyjob.oss-cn-shanghai.aliyuncs.com/uploadfiles/mina" //图片服务器地址
+const imgServerUrl_new = "https://happyjob.oss-cn-shanghai.aliyuncs.com" //图片服务器地址
+const captcha = '2019232819'
+const webViewUrl = 'https://hwcloud.hap-job.com/front'
 
 module.exports = {
   apiUrl,

+ 1 - 1
pages/interview-reg/index.js

@@ -15,7 +15,7 @@ Page({
 	 */
 	onLoad(options) {
 		this.setData({
-			options,
+			options: Object.fromEntries([decodeURIComponent(options.scene).split('=')]),
 		});
 	},
 

+ 1 - 1
project.config.json

@@ -54,7 +54,7 @@
 	},
 	"compileType": "miniprogram",
 	"libVersion": "2.11.2",
-	"appid": "wx5ae6908ae55edcb7",
+	"appid": "wx1e8ed93850777ffb",
 	"projectname": "kaixin",
 	"simulatorType": "wechat",
 	"simulatorPluginLibVersion": {},

+ 1 - 1
project.private.config.json

@@ -321,7 +321,7 @@
 				{
 					"name": "面试登记",
 					"pathName": "pages/interview-reg/index",
-					"query": "url=YbQJNj",
+					"query": "",
 					"launchMode": "default",
 					"scene": 1011
 				}