9 lines
213 B
JavaScript
9 lines
213 B
JavaScript
export const routerObj = {
|
|
articleEditIndex: "article",
|
|
productEditIndex: "product",
|
|
bannerListIndex: "banner",
|
|
downloadListIndex: "download",
|
|
videoListIndex: "video",
|
|
QAListIndex: "QA"
|
|
};
|