Skip to content

Commit e30d555

Browse files
committed
fix: 路径错误
1 parent d096e6e commit e30d555

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/views/member/point/record/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
<script lang="ts" setup>
112112
import { DICT_TYPE, getIntDictOptions } from '@/utils/dict'
113113
import { dateFormatter } from '@/utils/formatTime'
114-
import * as RecordApi from '@/api//member/point/record'
114+
import * as RecordApi from '@/api/member/point/record'
115115
116116
defineOptions({ name: 'PointRecord' })
117117

src/views/member/user/components/point-list.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@
9999
<script lang="ts" setup>
100100
import { DICT_TYPE, getIntDictOptions } from '@/utils/dict'
101101
import { dateFormatter } from '@/utils/formatTime'
102-
import * as RecordApi from '@/api//member/point/record'
103-
import { RecordQueryVO } from '@/api//member/point/record'
102+
import * as RecordApi from '@/api/member/point/record'
103+
import { RecordQueryVO } from '@/api/member/point/record'
104104
105105
defineOptions({ name: 'PointList' })
106106
const loading = ref(true) // 列表的加载中

0 commit comments

Comments
 (0)