1
This commit is contained in:
@@ -38,8 +38,6 @@ import UserTracking from '../views/users/user_tracking.vue'
|
||||
import WchCities from '../views/users/wch_cities.vue'
|
||||
import WchProfessions from '../views/users/wch_professions.vue'
|
||||
|
||||
// ========== 自定义组件 ==========
|
||||
import CustomPage from '../components/CustomPage.vue'
|
||||
|
||||
/**
|
||||
* 组件映射对象
|
||||
@@ -105,9 +103,7 @@ const componentMap = {
|
||||
"users/wch_professions.vue": WchProfessions,
|
||||
"users/wch_professions": WchProfessions,
|
||||
|
||||
// ===== 自定义组件 =====
|
||||
'custom/page': CustomPage,
|
||||
'custom/page.vue': CustomPage
|
||||
|
||||
}
|
||||
|
||||
export default componentMap
|
||||
|
||||
Reference in New Issue
Block a user