Ver Fonte

del json

huaisian há 3 anos atrás
pai
commit
35261d5219
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      js/index.js

+ 1 - 1
js/index.js

@@ -740,7 +740,7 @@ function submit() {
 let cityResult;
 $.ajax({
     method: "GET",
-    url: "../json/taiwan_districts.json",
+    url: "./json/taiwan_districts.json",
     dataType: "json",
 }).done(function (msg) {
     cityResult = [...msg];