| | |
| | | // #ifndef VUE3 |
| | | import Vue from 'vue' |
| | | // Vue.prototype.baseUrl = "http://localhost:8081/acs" |
| | | Vue.prototype.baseIP = '192.168.4.138' |
| | | Vue.prototype.baseIP = '192.168.4.138:8082' |
| | | const baseIP = Vue.prototype.baseIP |
| | | Vue.prototype.baseUrl = 'http://' + baseIP + ':8082/xgmwms' |
| | | Vue.prototype.baseUrl = 'http://' + baseIP + '/xgmwms' |
| | | Vue.config.productionTip = false |
| | | App.mpType = 'app' |
| | | const app = new Vue({ |
| | |
| | | { |
| | | "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages |
| | | { |
| | | "path": "pages/index/index", |
| | | "style": { |
| | | "navigationBarTitleText": "PDA首页" |
| | | } |
| | | } |
| | | , |
| | | { |
| | | "path" : "pages/login/login", |
| | | "style": { |
| | | "navigationBarBackgroundColor":"#ffffff", |
| | | "navigationBarTextStyle":"black", |
| | | "navigationBarTitleText": "登录" |
| | | } |
| | | }, |
| | | { |
| | | },{ |
| | | "path": "pages/index/index", |
| | | "style": { |
| | | "navigationBarTitleText": "PDA首页" |
| | | } |
| | | },{ |
| | | "path" : "pages/basics/combPro", |
| | | "style" : |
| | | { |
| | |
| | | } |
| | | uni.showLoading(); |
| | | uni.request({ |
| | | url: 'http://'+ this.baseUrl + ':8082/xgmwms' + '/login.action', |
| | | url: this.baseUrl + '/login.action', |
| | | data: { |
| | | mobile:this.userName, |
| | | password:md5.hex_md5(this.password) |