|
@@ -3,7 +3,7 @@ import Mock from 'mockjs'
|
|
|
// import TagType from '@@/entries/TagType'
|
|
|
// import TagPurchaseState from '@@/entries/TagPurchaseState'
|
|
|
// import Provider from '@@/entries/Provider'
|
|
|
-import Constant from '@/utils/Constant'
|
|
|
+import Constant from '@@/utils/Constant'
|
|
|
|
|
|
const API_BASE_PATH = Constant.REQUEST_PREFIX
|
|
|
|