mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-11-04 04:08:44 +08:00 
			
		
		
		
	fix: 路径错误
This commit is contained in:
		@@ -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) // 列表的加载中
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user