|
@@ -327,12 +327,9 @@ export default {
|
|
|
this.nowlayer = this.nowyear;
|
|
|
init_handler(this.yearList[0], this.showInfo);
|
|
|
store.setaddNode([
|
|
|
- {
|
|
|
- id: "gdbh" + this.$props.pageType,
|
|
|
- url: this.yearList[0].url,
|
|
|
- label: "耕地保护",
|
|
|
- },
|
|
|
+ { id: "gdbh", url: this.yearList[0].url, label: "耕地保护" },
|
|
|
]);
|
|
|
+ // + this.$props.pageType
|
|
|
this.setImager(this.yearList[0], true, (layer) => {
|
|
|
Getlayers(this.yearList[0].url, (layers) => {
|
|
|
this.layers = layers;
|