Commit aab29455 authored by levante's avatar levante

init

parent 2dd18ddd
No preview for this file type
// let baseURL1 = "http://www.rangertech.com.cn";//测试
// let baseURL1 = 'http://10.81.8.103:8181'
let baseURL1 = 'http://10.81.8.126:8181' // alan
// let baseURL1 = 'http://10.81.8.126:8181' // alan
// let baseURL1 = 'http://289f65x458.qicp.vip'
// let baseURL1 = "http://localhost:8181";
// let baseURL1 = "http://289f65x458.qicp.vip";
let baseURL1 = "http://289f65x458.qicp.vip";
//let baseURL1 = "https://rysbsj.shaphc.org:30443"; //钉钉
let datext='/covid'
const baseURL = baseURL1+datext; //
......
No preview for this file type
......@@ -23,8 +23,8 @@
}
},
onLoad: function() {
// this.findToOpenId();
this.findToOpenIdSimulate();
this.findToOpenId();
// this.findToOpenIdSimulate();
},
methods: {
getQueryString(name) {
......@@ -111,7 +111,7 @@
} else if (that.type == 2 || that.type == 3 || that.type ==
4) {
uni.redirectTo({
url: `${that.uri}?num=${that.num}`
url: `${that.uri}?num=${that.num}&userType=${that.type}`
})
} else {
if (userType == 0 || userType == 6) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment