open-hand / hzero

HZERO-基于微服务架构开源免费的企业级PaaS平台
Apache License 2.0
408 stars 133 forks source link

前端菜单访问404 #29

Open howdyrww opened 1 year ago

howdyrww commented 1 year ago

您好,麻烦看到回复一下

image
wisdomsee commented 1 year ago

应该前端工程没有编译好的问题,检查一下生成的静态文件目录下的packages中是否存在hzero-front-hiam,如果没有应该就是没有install成功

howdyrww commented 1 year ago

你好,我没有生成dist文件夹,我是按照这些命令依次执行的:

lerna bootstrap --registry http://nexus.saas.hand-china.com/content/groups/hzero-npm-group/
yarn --registry http://nexus.saas.hand-china.com/content/groups/hzero-npm-group/
export PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=1
yarn build:dll
lerna run transpile
yarn start

执行过程中没有报错,但是前端菜单访问就是404 @wisdomsee

partonstart commented 1 year ago

yarn build:all 试一下呢

ziyekudeng commented 3 months ago

已解决! 原因定位:前端代码各依赖版本不匹配 解决方式:yarn run build:ms 解决报错原因,dist文件夹中正常生成文件后,所有页面就能全部看到了