Explorar o código

场景名取消默认值

任一存 %!s(int64=3) %!d(string=hai) anos
pai
achega
f6e45d46a2
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      src/App.vue

+ 3 - 2
src/App.vue

@@ -126,7 +126,8 @@ export default {
   name: 'App',
   data() {
     return {
-      sceneNameOrUrl: 't-8KbK1JjubE',
+      sceneNameOrUrl: '',
+      // sceneNameOrUrl: 't-8KbK1JjubE',
       infoText: '',
       loadingHandler: null,
       formData: {
@@ -144,7 +145,7 @@ export default {
       .attr("width", svgWidth)
       .attr('height', svgHeight)
     gNode = svgNode.append('g')
-    this.getWholeData()
+    // this.getWholeData()
   },
   methods: {
     inputPathStringToArray(input) {