|
@@ -1,5 +1,6 @@
|
|
export default defineAppConfig({
|
|
export default defineAppConfig({
|
|
pages: [
|
|
pages: [
|
|
|
|
+ 'pages/knowledge/index',
|
|
'pages/index/index',
|
|
'pages/index/index',
|
|
'pages/profile/index',
|
|
'pages/profile/index',
|
|
'pages/agent/index',
|
|
'pages/agent/index',
|
|
@@ -24,7 +25,7 @@ export default defineAppConfig({
|
|
|
|
|
|
'pages/editor-pages/editor-channels/index',
|
|
'pages/editor-pages/editor-channels/index',
|
|
'pages/analysis/index',
|
|
'pages/analysis/index',
|
|
- 'pages/knowledge/index',
|
|
|
|
|
|
+
|
|
'pages/member/index',
|
|
'pages/member/index',
|
|
|
|
|
|
'pages/choose-contact/index',
|
|
'pages/choose-contact/index',
|
|
@@ -50,18 +51,19 @@ export default defineAppConfig({
|
|
selectedColor: '#000000',
|
|
selectedColor: '#000000',
|
|
backgroundColor: '#f5f5f2',
|
|
backgroundColor: '#f5f5f2',
|
|
list: [
|
|
list: [
|
|
- {
|
|
|
|
- pagePath: 'pages/index/index',
|
|
|
|
- selectedIconPath: 'images/tabbar/home-actived.png',
|
|
|
|
- iconPath: 'images/tabbar/home.png',
|
|
|
|
- text: '主页'
|
|
|
|
- },
|
|
|
|
{
|
|
{
|
|
pagePath: 'pages/knowledge/index',
|
|
pagePath: 'pages/knowledge/index',
|
|
selectedIconPath: 'images/tabbar/contact-actived.png',
|
|
selectedIconPath: 'images/tabbar/contact-actived.png',
|
|
iconPath: 'images/tabbar/contact.png',
|
|
iconPath: 'images/tabbar/contact.png',
|
|
text: '知识库'
|
|
text: '知识库'
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ pagePath: 'pages/index/index',
|
|
|
|
+ selectedIconPath: 'images/tabbar/home-actived.png',
|
|
|
|
+ iconPath: 'images/tabbar/home.png',
|
|
|
|
+ text: '主页'
|
|
|
|
+ },
|
|
|
|
+
|
|
{
|
|
{
|
|
pagePath: 'pages/contact/index',
|
|
pagePath: 'pages/contact/index',
|
|
selectedIconPath: 'images/tabbar/contact-actived.png',
|
|
selectedIconPath: 'images/tabbar/contact-actived.png',
|