fix: 路径错误
This commit is contained in:
parent
d096e6e712
commit
e30d5559e6
@ -111,7 +111,7 @@
|
||||
<script lang="ts" setup>
|
||||
import { DICT_TYPE, getIntDictOptions } from '@/utils/dict'
|
||||
import { dateFormatter } from '@/utils/formatTime'
|
||||
import * as RecordApi from '@/api//member/point/record'
|
||||
import * as RecordApi from '@/api/member/point/record'
|
||||
|
||||
defineOptions({ name: 'PointRecord' })
|
||||
|
||||
|
@ -99,8 +99,8 @@
|
||||
<script lang="ts" setup>
|
||||
import { DICT_TYPE, getIntDictOptions } from '@/utils/dict'
|
||||
import { dateFormatter } from '@/utils/formatTime'
|
||||
import * as RecordApi from '@/api//member/point/record'
|
||||
import { RecordQueryVO } from '@/api//member/point/record'
|
||||
import * as RecordApi from '@/api/member/point/record'
|
||||
import { RecordQueryVO } from '@/api/member/point/record'
|
||||
|
||||
defineOptions({ name: 'PointList' })
|
||||
const loading = ref(true) // 列表的加载中
|
||||
|
Loading…
Reference in New Issue
Block a user