Sfoglia il codice sorgente

修复省市区控件

cc12458 1 anno fa
parent
commit
8c55db9ce4
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      src/api/city.js

+ 0 - 1
src/api/city.js

@@ -11,7 +11,6 @@ export function getProver() {
 // 获取市 区数据
 
 export function getArea(data) {
-    return
     return request({
         url: `/area/getChildren/${data}`,
         method: 'get'