소스 검색

area-json

youyawu 5 년 전
부모
커밋
d196c528e8
4개의 변경된 파일15720개의 추가작업 그리고 15721개의 파일을 삭제
  1. 0 15718
      src/api/area.json
  2. 15718 0
      src/api/area.ts
  3. 1 2
      src/views/news/index.vue
  4. 1 1
      src/views/shops/enter/add.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 15718
src/api/area.json


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 15718 - 0
src/api/area.ts


+ 1 - 2
src/views/news/index.vue

@@ -83,8 +83,7 @@
     </div>
   </div>
 </template>
-<script lang="ts">
-import { Component, Vue, Watch } from "vue-property-decorator";
+<script>
 export default {
   name: "app",
   components: {},

+ 1 - 1
src/views/shops/enter/add.vue

@@ -135,7 +135,7 @@
 <script>
 import { Component, Vue } from "vue-property-decorator";
 // import VDistpicker from "v-distpicker";
-import areadata from "@/api/area.json";
+import areadata from "@/api/area";
 import BMap from "BMap";
 export default {
   name: "app",