fix: 路径错误

(cherry picked from commit e30d5559e6)
This commit is contained in:
xingyu
2023-08-23 10:40:03 +08:00
committed by shizhong
parent 6b2064d979
commit d327d28755
2 changed files with 4 additions and 7 deletions

View File

@ -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' })