| | |
| | | // url:'https://qyqjzdd.cdqingyang.gov.cn/qyjz', |
| | | url:'http://192.168.3.220:8080', |
| | | // url:'http://221.237.182.28:8443/api', |
| | | imageUrl:'https://qyqjzdd.cdqingyang.gov.cn/minio' |
| | | // imageUrl:'https://qyqjzdd.cdqingyang.gov.cn/minio' |
| | | imageUrl:'http://192.168.3.220:8080/minio' |
| | | }, |
| | | onLaunch() { |
| | | // 展示本地存储能力 |
| | |
| | | method: "GET", |
| | | success:(res)=>{ |
| | | console.log(res); |
| | | |
| | | if (res.data.data==0) { |
| | | wx.redirectTo( |
| | | { |
| | | url: '../user/pubulicty/index' |
| | | // url: '../user/loginInfo/index' |
| | | } |
| | | ) |
| | | }else if(res.data.data==1){ |
| | | wx.redirectTo( |
| | | { |
| | | url: '../user/index' |
| | | } |
| | | ) |
| | | }else{ |
| | | wx.redirectTo( |
| | | { |
| | | url: '../manager/index' |
| | | } |
| | | ) |
| | | } |
| | | } |
| | | }) |
| | | // wx.request({ |