File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
views/mall/product/spu/form Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -361,7 +361,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
361
361
component : ( ) => import ( '@/views/mall/product/spu/form/index.vue' ) ,
362
362
name : 'ProductSpuAdd' ,
363
363
meta : {
364
- noCache : true ,
364
+ noCache : false , // 需要缓存
365
365
hidden : true ,
366
366
canTo : true ,
367
367
icon : 'ep:edit' ,
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ import SkuForm from './SkuForm.vue'
63
63
import DeliveryForm from ' ./DeliveryForm.vue'
64
64
import { convertToInteger , floatToFixed2 , formatToFraction } from ' @/utils'
65
65
66
- defineOptions ({ name: ' ProductSpuForm ' })
66
+ defineOptions ({ name: ' ProductSpuAdd ' })
67
67
68
68
const { t } = useI18n () // 国际化
69
69
const message = useMessage () // 消息弹窗
You can’t perform that action at this time.
0 commit comments