File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 111
111
<script lang="ts" setup>
112
112
import { DICT_TYPE , getIntDictOptions } from ' @/utils/dict'
113
113
import { dateFormatter } from ' @/utils/formatTime'
114
- import * as RecordApi from ' @/api// member/point/record'
114
+ import * as RecordApi from ' @/api/member/point/record'
115
115
116
116
defineOptions ({ name: ' PointRecord' })
117
117
Original file line number Diff line number Diff line change 99
99
<script lang="ts" setup>
100
100
import { DICT_TYPE , getIntDictOptions } from ' @/utils/dict'
101
101
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'
104
104
105
105
defineOptions ({ name: ' PointList' })
106
106
const loading = ref (true ) // 列表的加载中
You can’t perform that action at this time.
0 commit comments