百色农校完成

This commit is contained in:
2025-05-08 11:13:53 +08:00
parent fa370af4fe
commit 1062d2d9f4
27 changed files with 216 additions and 93 deletions

View File

@@ -143,6 +143,7 @@ export function navTo(d?: any, path?: string,spm?: boolean){
* @param d
*/
export function detail(d?: any) {
// console.log(d.detail,'9999999')
return navTo(d,`/${d?.detail}/${d?.articleId}.html`);
}