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 { ...@@ -90,7 +90,7 @@ export default {
}, },
unique: { unique: {
type: Boolean, type: Boolean,
default: false, default: true,
}, },
}, },
watch: { watch: {
...@@ -112,7 +112,7 @@ export default { ...@@ -112,7 +112,7 @@ export default {
if (this.directory) { if (this.directory) {
this.anotherData = { this.anotherData = {
directory: this.directory, directory: this.directory,
"unique-code": this.unique ? "" : false, "unique-code": this.unique ? "" : "false",
}; };
} }
}, },
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
export default { export default {
data() { data() {
return { return {
url:'https://zhangh.wodcloud.com/portal/apaasplat/viewer/mapViewer.html' url:'https://apaasgis.wodcloud.com/portal/apaasplat/viewer/mapViewer.html'
}; };
}, },
mounted() { 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