mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-18 08:57:08 +08:00
refactor: 更换 ESLint 配置为 @antfu/eslint-config
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
/** 省市区数据类型 */
|
||||
export type MockAreaItem = { label: string; code: string; children?: MockAreaItem[] }
|
||||
export type MockAreaItem = { label: string, code: string, children?: MockAreaItem[] }
|
||||
|
@@ -1,6 +1,6 @@
|
||||
import { defineMock } from '../_base'
|
||||
import { resultSuccess, getDelayTime } from '../_utils'
|
||||
import { findTree } from 'xe-utils'
|
||||
import { defineMock } from '../_base'
|
||||
import { getDelayTime, resultSuccess } from '../_utils'
|
||||
import areaData from '../_data/area'
|
||||
|
||||
export default defineMock([
|
||||
|
Reference in New Issue
Block a user