|
@@ -41,15 +41,15 @@
|
|
|
getUrl() {
|
|
|
let self = this;
|
|
|
let text = window.location.href;
|
|
|
- if(text.indexOf('touken') != -1){
|
|
|
+ if(text.indexOf('touken') == -1){
|
|
|
this.$set(this,'nullType','参数异常,请联系管理员');
|
|
|
return
|
|
|
}
|
|
|
- if(text.indexOf('source') != -1){
|
|
|
+ if(text.indexOf('source') == -1){
|
|
|
this.$set(this,'nullType','参数异常,请联系管理员');
|
|
|
return
|
|
|
}
|
|
|
- if(text.indexOf('type') != -1){
|
|
|
+ if(text.indexOf('type') == -1){
|
|
|
this.$set(this,'nullType','参数异常,请联系管理员');
|
|
|
return
|
|
|
}
|