Browse Source

版本1.5.2 一键服务中居务公开模块改版

feature/optimise
lihenian 5 years ago
parent
commit
9fed9a5c84
  1. 2
      pages/toRegister/toRegister.js
  2. 33
      project.config.json
  3. 4
      utils/config.js

2
pages/toRegister/toRegister.js

@ -21,7 +21,7 @@ Page({
// }
// })
let that = this
const versionNum = "1.5.1"
const versionNum = "1.5.2"
api.getScanSwitch(versionNum).then(function (res) {
console.log(res.data)
let state = res.data.scanFlag

33
project.config.json

@ -34,24 +34,37 @@
"compileType": "miniprogram",
"libVersion": "2.8.2",
"appid": "wx6dcf544cdae7d4ec",
"projectname": "%E7%B2%BE%E8%87%B4%E9%94%A6%E6%B0%B4-%E5%B1%85%E6%B0%9 1%E7%AB%AF",
"projectname": "e%E9%94%A6%E6%B0%B4-%E5%B1%85%E6%B0%91%E7%AB%AF",
"cloudfunctionTemplateRoot": "",
"watchOptions": {
"ignore": []
},
"debugOptions": {
"hidedInDevtools": []
},
"isGameTourist": false,
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"scripts": {},
"condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"plugin": {
"current": -1,
"list": []
},
"game": {
"list": []
},
"gamePlugin": {
"current": -1,
"list": []
},
"miniprogram": {
"current": -1,
"list": [
{
"id": 0,
@ -60,12 +73,6 @@
"query": "gid=1233592630168813569",
"scene": 1011
},
{
"name": "pages/indexNew/indexNew",
"pathName": "pages/indexNew/indexNew",
"query": "scene=module_ma_code_zyzqn",
"scene": 1011
},
{
"id": 2,
"name": "网格长注册",
@ -94,12 +101,6 @@
"query": "scene=1277169327606366209&from=analysis",
"scene": null
},
{
"name": "工作端跳转",
"pathName": "pages/indexNew/indexNew",
"query": "scene=1280737901335838721&from=work",
"scene": null
},
{
"id": 7,
"name": "我有事说",

4
utils/config.js

@ -6,8 +6,8 @@ module.exports = {
};
function BASEURL() {
return 'https://eug-test.elinkit.com.cn/js/epdc-api/api/' // 锦水测试环境
// return 'https://epdc-jinshui.elinkservice.cn/epdc-api/api/' // 锦水正式环境接口地址
// return 'https://eug-test.elinkit.com.cn/js/epdc-api/api/' // 锦水测试环境
return 'https://epdc-jinshui.elinkservice.cn/epdc-api/api/' // 锦水正式环境接口地址
// return 'http://192.168.43.19:9094/epdc-api/api/'
}

Loading…
Cancel
Save