@@ -26,6 +26,7 @@
this.name = options.name
this.getLocation()
if (options.scanCode) this.scanCode()
+ // console.log('diboot带入的token是',this.authtoken)
},
methods: {
getLocation() {
@@ -1,6 +1,6 @@
let server_url = window.location.host
if(process.env.NODE_ENV === 'development'){
- server_url = 'tq.5000v.com:8032'
+ server_url = '192.168.31.115:9529'//'tq.5000v.com:8025'
}
export default {
data() {