This commit is contained in:
kailong321200875
2023-11-30 09:46:28 +08:00
parent 893459da7c
commit c8400abd9f
10 changed files with 39 additions and 72 deletions

View File

@@ -1,7 +1,3 @@
import config from '@/config/axios/config'
const { code } = config
const delay = 1000
const dictObj: Recordable = {
@@ -29,7 +25,7 @@ export default [
delay,
body: () => {
return {
code: code,
code: 0,
data: dictObj
}
}
@@ -41,7 +37,7 @@ export default [
delay,
body: () => {
return {
code: code,
code: 0,
data: [
{
label: 'test1',