|
@@ -205,7 +205,9 @@ var productList = new Vue({
|
|
|
} else if (this.params.bid && this.params.bid>0) {
|
|
|
this.getListByCategory("bigType", this.params.bid);
|
|
|
} else {
|
|
|
- alert("URL参数异常!");
|
|
|
+ alertInfo("URL参数异常!", function(){
|
|
|
+ window.location.href = "/";
|
|
|
+ });
|
|
|
}
|
|
|
// 获取分类
|
|
|
this.getCategorys();
|