Sfoglia il codice sorgente

refactor: 将订单常量导入路径更新为专用模块

yz 2 settimane fa
parent
commit
6e2ea8748e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/mixins/order/orderFormMixin.js

+ 1 - 1
src/mixins/order/orderFormMixin.js

@@ -8,7 +8,7 @@ import {
   ORDER_STATUS,
   ORDER_TYPE_OPTIONS,
   ORDER_STATUS_OPTIONS
-} from '@/constants'
+} from '@/constants/order'
 
 /**
  * 订单表单数据类型定义