|
|
@@ -215,8 +215,8 @@ let vm = new Vue({
|
|
|
|
|
|
},
|
|
|
mounted() {
|
|
|
- this.ho ='http://192.168.0.21:15233';
|
|
|
- // this.ho = window.location.origin;
|
|
|
+ // this.ho ='http://192.168.0.21:15233';
|
|
|
+ this.ho = window.location.origin;
|
|
|
// this.params.token = window.location.search.split('?token=')[1];
|
|
|
this.serial = window.location.search.split('?serial=')[1];
|
|
|
|