瀏覽代碼

articleId

visuddhinanda 3 年之前
父節點
當前提交
6e49743b61
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dashboard/src/Router.tsx

+ 1 - 1
dashboard/src/Router.tsx

@@ -288,7 +288,7 @@ const Widget = () => {
 
           <Route path="article" element={<StudioArticle />}>
             <Route path="list" element={<StudioArticleList />} />
-            <Route path=":articleid/edit" element={<StudioArticleEdit />} />
+            <Route path=":articleId/edit" element={<StudioArticleEdit />} />
           </Route>
 
           <Route path="anthology" element={<StudioAnthology />}>