Refactor API requests and update component styles
This commit is contained in:
@ -41,7 +41,7 @@
|
||||
{ name: '模型', path: '/model' },
|
||||
{ name: '国外专区', path: '/foreign' },
|
||||
{ name: '工具箱', path: '/toolbox' },
|
||||
{ name: '交流频道', path: '/communication/channel' },
|
||||
{ name: '交流频道', path: '/channel' },
|
||||
// { name: '牛人社区', path: '/community' },
|
||||
])
|
||||
|
||||
|
||||
@ -164,7 +164,7 @@
|
||||
navigateTo('/community') // 修改为在新窗口打开
|
||||
break
|
||||
case '交流频道':
|
||||
navigateTo('/communication/channel') // 修改为在新窗口打开
|
||||
navigateTo('/channel') // 修改为在新窗口打开
|
||||
break
|
||||
case '工具箱':
|
||||
navigateTo('/toolbox') // 修改为在新窗口打开
|
||||
|
||||
Reference in New Issue
Block a user