完成水电表列表
This commit is contained in:
@@ -36,7 +36,8 @@ const service = axios.create({
|
||||
});
|
||||
|
||||
// 不需要小区id 或者 加上小区id报错的接口地址
|
||||
const whiteVillageId = ['/decoration/list', '/parking/list'];
|
||||
const whiteVillageId = [];
|
||||
|
||||
function handleWhiteVillageid(url) {
|
||||
const spliturl = url.split('?')[0];
|
||||
if (whiteVillageId.includes(spliturl)) {
|
||||
|
||||
Reference in New Issue
Block a user