Commit ff390139 authored by 徐一鸣's avatar 徐一鸣

Merge branch 'dev' of cloud.wodcloud.com:apaas/apaas-v3-ui into dev

parents cd43781e f252d5d6
......@@ -90,7 +90,7 @@ export default {
},
unique: {
type: Boolean,
default: false,
default: true,
},
},
watch: {
......@@ -112,7 +112,7 @@ export default {
if (this.directory) {
this.anotherData = {
directory: this.directory,
"unique-code": this.unique ? "" : false,
"unique-code": this.unique ? "" : "false",
};
}
},
......
......@@ -17,7 +17,7 @@
export default {
data() {
return {
url:'https://zhangh.wodcloud.com/portal/apaasplat/viewer/mapViewer.html'
url:'https://apaasgis.wodcloud.com/portal/apaasplat/viewer/mapViewer.html'
};
},
mounted() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment