手机端页面
This commit is contained in:
+7
-1
@@ -78,6 +78,12 @@ const routes = [
|
||||
component: () =>
|
||||
import('@/pages/phone/domesticStand')
|
||||
},
|
||||
{
|
||||
path: '/domesticDetails',
|
||||
name: 'domesticDetails',
|
||||
component: () =>
|
||||
import('@/pages/phone/domesticDetails')
|
||||
},
|
||||
{
|
||||
path: '/loginVerify',
|
||||
name: 'LoginVerify',
|
||||
@@ -274,7 +280,7 @@ const routes = [
|
||||
title: '我的问答',
|
||||
menuId: ''
|
||||
}
|
||||
}
|
||||
},
|
||||
// {
|
||||
// path: '/questionsAndAnswers',
|
||||
// name: 'QuestionsAndAnswers',
|
||||
|
||||
Reference in New Issue
Block a user