清除console
This commit is contained in:
@@ -161,7 +161,6 @@ export default {
|
|||||||
//初始化
|
//初始化
|
||||||
this.index = this.urlParams.value || this.root
|
this.index = this.urlParams.value || this.root
|
||||||
if (!this.urlParams.disabled) {
|
if (!this.urlParams.disabled) {
|
||||||
console.log(this.urlParams.value, this.urlParams.all)
|
|
||||||
if (this.urlParams.value) {
|
if (this.urlParams.value) {
|
||||||
this.getFullArea(this.urlParams.value).then(() => {
|
this.getFullArea(this.urlParams.value).then(() => {
|
||||||
let area = this.fullArea.find(e => e.id == this.urlParams.value) || {}
|
let area = this.fullArea.find(e => e.id == this.urlParams.value) || {}
|
||||||
|
|||||||
Reference in New Issue
Block a user