Angular 4.0Route "specified Page not found" cannot match

excuse me, I have asked you before, but it has not been solved.

error prompt: ERROR Error: Uncaught (in promise): Error: Cannot match any routes. URL Segment: "login"

after searching on the Internet for a long time, the answer is usually: set the route to path:", but this is currently the case.
also has several examples on stackoverflow, all of which are different. In the end, the "seemingly minor problem" was not solved.

uploaded files (deleted node_modules)

Link: https://pan.baidu.com/s/133H5. password: qaqd

detailed original post:
https://codeshelper.com/q/10.

Mar.21,2021

modify it in the third answer of the original post:

const routes: Routes = [
    { path: '', redirectTo: 'login', pathMatch: 'full' },
    //LoginModule
    { path:'login',loadChildren:' /*login.module*/           
    login.module-sharpLoginModule' 
    }];
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3d52c-2b6e9.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3d52c-2b6e9.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?