mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-02 03:58:07 +08:00
改用相对路径
This commit is contained in:
parent
a7a4cbea08
commit
0ff96c1bb4
@ -10,18 +10,18 @@ export default {
|
||||
{
|
||||
label: '选项卡1',
|
||||
icon: 'fa fa-cloud',
|
||||
to: '/examples/tabs/tab1'
|
||||
to: './tab1'
|
||||
},
|
||||
|
||||
{
|
||||
label: '选项卡2',
|
||||
to: '/examples/tabs/tab2'
|
||||
to: './tab2'
|
||||
},
|
||||
|
||||
{
|
||||
label: '选项卡3',
|
||||
icon: 'fa fa-youtube',
|
||||
to: '/examples/tabs/tab3'
|
||||
to: './tab3'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -10,18 +10,18 @@ export default {
|
||||
{
|
||||
label: '选项卡1',
|
||||
icon: 'fa fa-cloud',
|
||||
to: '/examples/tabs/tab1'
|
||||
to: './tab1'
|
||||
},
|
||||
|
||||
{
|
||||
label: '选项卡2',
|
||||
to: '/examples/tabs/tab2'
|
||||
to: './tab2'
|
||||
},
|
||||
|
||||
{
|
||||
label: '选项卡3',
|
||||
icon: 'fa fa-youtube',
|
||||
to: '/examples/tabs/tab3'
|
||||
to: './tab3'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user