Commit e30d5559 by xingyu

fix: 路径错误

parent d096e6e7
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
<script lang="ts" setup> <script lang="ts" setup>
import { DICT_TYPE, getIntDictOptions } from '@/utils/dict' import { DICT_TYPE, getIntDictOptions } from '@/utils/dict'
import { dateFormatter } from '@/utils/formatTime' import { dateFormatter } from '@/utils/formatTime'
import * as RecordApi from '@/api//member/point/record' import * as RecordApi from '@/api/member/point/record'
defineOptions({ name: 'PointRecord' }) defineOptions({ name: 'PointRecord' })
......
...@@ -99,8 +99,8 @@ ...@@ -99,8 +99,8 @@
<script lang="ts" setup> <script lang="ts" setup>
import { DICT_TYPE, getIntDictOptions } from '@/utils/dict' import { DICT_TYPE, getIntDictOptions } from '@/utils/dict'
import { dateFormatter } from '@/utils/formatTime' import { dateFormatter } from '@/utils/formatTime'
import * as RecordApi from '@/api//member/point/record' import * as RecordApi from '@/api/member/point/record'
import { RecordQueryVO } from '@/api//member/point/record' import { RecordQueryVO } from '@/api/member/point/record'
defineOptions({ name: 'PointList' }) defineOptions({ name: 'PointList' })
const loading = ref(true) // 列表的加载中 const loading = ref(true) // 列表的加载中
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment