Li-Zhenghao-Harbin / ecommerce-platform

在线商城系统(Spring Boot + Mybatis)
1 stars 0 forks source link

Whitelabel Error Page #2

Closed koppetl closed 1 year ago

koppetl commented 1 year ago

你好,我想问一下为什么这个项目配置好之后可以启动,但是打开页面就会显示Whitelabel Error Page

Li-Zhenghao-Harbin commented 1 year ago

是在登录界面(login.html)报错的吗?具体的url和错误信息是怎样的?

koppetl commented 1 year ago
image
Li-Zhenghao-Harbin commented 1 year ago

运行springboot之后,直接打开web文件夹下的login.html就可以了,不用localhost,推荐使用firefox浏览器

koppetl commented 1 year ago

运行起了,谢谢大佬。还有一个小问题:添加商品的图片链接是电脑上的地址还是项目里的地址?

Li-Zhenghao-Harbin commented 1 year ago

这里用的是网络上的图片的地址,可以通过浏览器打开网站找到合适的图片后右键“复制图片地址”即可

如果想改成项目内的图片,可以修改platform.html文件中的标签,把src改成对应的路径

koppetl commented 1 year ago

谢谢大佬