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://www.rangertech.com.cn";//测试
// let baseURL1 = 'http://10.81.8.103:8181' // 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://289f65x458.qicp.vip'
// let baseURL1 = "http://localhost:8181"; // 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 baseURL1 = "https://rysbsj.shaphc.org:30443"; //钉钉
let datext='/covid' let datext='/covid'
const baseURL = baseURL1+datext; // const baseURL = baseURL1+datext; //
......
No preview for this file type
...@@ -23,8 +23,8 @@ ...@@ -23,8 +23,8 @@
} }
}, },
onLoad: function() { onLoad: function() {
// this.findToOpenId(); this.findToOpenId();
this.findToOpenIdSimulate(); // this.findToOpenIdSimulate();
}, },
methods: { methods: {
getQueryString(name) { getQueryString(name) {
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
} else if (that.type == 2 || that.type == 3 || that.type == } else if (that.type == 2 || that.type == 3 || that.type ==
4) { 4) {
uni.redirectTo({ uni.redirectTo({
url: `${that.uri}?num=${that.num}` url: `${that.uri}?num=${that.num}&userType=${that.type}`
}) })
} else { } else {
if (userType == 0 || userType == 6) { 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