Quellcode durchsuchen

.gitignore修改

Koishi vor 3 Jahren
Ursprung
Commit
15cb578365
2 geänderte Dateien mit 5 neuen und 2 gelöschten Zeilen
  1. 3 1
      .gitignore
  2. 2 1
      src/components/other/cesium/index.vue

+ 3 - 1
.gitignore

@@ -10,4 +10,6 @@ package-lock.json
 .py
 .py/
 .idea
-.idea/
+.idea/
+public/static/cesium/Assets/Textures/temp
+public/static/cesium/Assets/Textures/temp/

+ 2 - 1
src/components/other/cesium/index.vue

@@ -71,7 +71,8 @@ export default {
   data() {
     return {
       viewer: null,
-      url: "http://localhost:8080/static/cesium/Assets/Textures/NaturalEarthII",
+      url: "http://localhost:8080/static/cesium/Assets/Textures/temp",
+      // url: "http://localhost:8080/static/cesium/Assets/Textures/NaturalEarthII",
       // url: "http://localhost:8082/static/cesium/Assets/Textures/NaturalEarthII",
       publicPath: "./",
       initPosition: [106.0231304, 37.73323706, 0],