| | |
| | | // Vue.prototype.baseUrl = "http://localhost:8081/acs" |
| | | Vue.prototype.baseHttp = 'http://' |
| | | Vue.prototype.basePort = '8080' |
| | | Vue.prototype.baseUrl = '/jkwms' |
| | | Vue.prototype.logList = [] |
| | | Vue.config.productionTip = false |
| | | App.mpType = 'app' |
| | |
| | | this.baseIP = UIP; |
| | | const UPORT = uni.getStorageSync('UPORT'); |
| | | this.basePORT = UPORT |
| | | const PJO = uni.getStorageSync('PJO'); |
| | | this.baseUrl = PJO |
| | | console.log(this.baseUrl) |
| | | this.getUrl() |
| | | }, |
| | | onLoad() { |
| | |
| | | methods: { |
| | | // 获取url |
| | | getUrl() { |
| | | this.commonUrl = this.baseHttp + this.baseIP + ':' +this.basePORT + this.baseUrl |
| | | this.commonUrl = this.baseHttp + this.baseIP + ':' +this.basePORT + "/" +this.baseUrl |
| | | }, |
| | | radioChange(evt) { |
| | | for (let i = 0; i < this.origins.length; i++) { |
| | |
| | | 'token':uni.getStorageSync('token') |
| | | }, |
| | | success(result) { |
| | | console.log(result) |
| | | uni.hideLoading(); |
| | | // uni.vibrateShort(); |
| | | let res = result.data |
| | |
| | | userName:'', |
| | | password:'', |
| | | rember:true, |
| | | IP:'', |
| | | IP:'10.20.192.200', |
| | | PORT:'8080',// 默认端口号 |
| | | PJO:'jkwms' |
| | | PROJECT:'jkwms' |
| | | }; |
| | | }, |
| | | mounted() { |
| | |
| | | that.userName = ''; |
| | | that.password = ''; |
| | | } |
| | | |
| | | const UIP = uni.getStorageSync('UIP'); |
| | | if (UIP) { |
| | | that.IP = UIP; |
| | |
| | | } else { |
| | | that.PORT = '8080'; |
| | | } |
| | | const PROJ = uni.getStorageSync('UPROJ'); |
| | | this.baseUrl = PROJ |
| | | }, |
| | | onLoad:function(){ |
| | | // #ifdef APP-PLUS |
| | |
| | | uni.setStorageSync('UIP',this.baseIP) |
| | | this.basePORT = this.PORT |
| | | uni.setStorageSync('UPORT',this.basePORT) |
| | | this.baseUrl = this.PROJECT |
| | | uni.setStorageSync('UPROJ',this.baseUrl) |
| | | |
| | | this.$refs.popup.close() |
| | | }, |
| | |
| | | duration: 1000 |
| | | }); |
| | | },6000) |
| | | console.log(this.baseUrl) |
| | | uni.request({ |
| | | url: this.baseHttp + this.baseIP + ':' +this.basePORT + this.baseUrl + '/login.action', |
| | | url: this.baseHttp + this.baseIP + ':' +this.basePORT +"/" +this.baseUrl + '/login.action', |
| | | data: { |
| | | username:this.userName, |
| | | password:md5.hex_md5(this.password) |