ant-design-pro icon indicating copy to clipboard operation
ant-design-pro copied to clipboard

๐Ÿ› [BUG] Ant Design Pro 6 with Umi4 complete way to access browser failed

Open YaEvan opened this issue 8 months ago โ€ข 2 comments

๐Ÿ› bug ๆ่ฟฐ

Using the ant-design-pro pro-cli tool to generate a complete project exception, the page cannot be accessed through the browser

๐Ÿ“ท ๅค็Žฐๆญฅ้ชค | Recurrence steps

    npm i @ant-design/pro-cli -g
    DEBUG=pro-cli pro create myapp # ่ฆๅ…จ้‡็š„่ฟ˜ๆ˜ฏไธ€ไธช็ฎ€ๅ•็š„่„šๆ‰‹ๆžถ? complete
    npm install yarn tyarn -g
    cd myapp && tyarn
    npm run dev

๐Ÿž ๆœŸๆœ›็ป“ๆžœ | Expected results

Display the expected login page of ant-design-pro

๐Ÿ’ป ๅค็Žฐไปฃ็  | Recurrence code

src/.umi-test/core/route.tsx src/.umi/core/route.tsx

    "6": {"path": "/*", "parentId": "1", "id": "6"},
    "45": {"path": "/*", "parentId": "ant-design-pro-layout", "id": "45"},

Temporary fix

    "6": {"path": "*", "parentId": "1", "id": "6"},
    "45": {"path": "*", "parentId": "ant-design-pro-layout", "id": "45"},

ยฉ ็‰ˆๆœฌไฟกๆฏ

  • Ant Design Pro ็‰ˆๆœฌ: [email protected]
  • umi ็‰ˆๆœฌ v4.2.8
  • ๆต่งˆๅ™จ็Žฏๅขƒ Version 125.0.6422.141 (Official Build) (64-bit)
  • ๅผ€ๅ‘็Žฏๅขƒ Ubuntu 22.04
  • node v20.14.0

๐Ÿš‘ ๅ…ถไป–ไฟกๆฏ

Screenshot from 2024-06-03 15-30-54 Screenshot from 2024-06-03 15-19-53 Screenshot from 2024-06-03 15-20-13

After fix

Screenshot from 2024-06-03 15-46-02

YaEvan avatar Jun 03 '24 07:06 YaEvan