本文共 352 字,大约阅读时间需要 1 分钟。
将商品模块的静态资源放入nginx中直接访问。
在nginx安装目录下的html文件中新建static/index文件
将product模块下的静态资源拷贝到新建文件夹中
location /static { root D:/tool/nginx-1.20.0/html; index index.html index.htm; }
在原来引入路径前加上/static
访问gulimall.com
因为已经配置了域名访问。转载地址:http://iexni.baihongyu.com/