所以我试着做一些我知道很简单的事情,但这让我有些头疼。我只是想从我的应用程序中获取一张图片(我使用MacFusion将其ssh到我们的应用程序,而不是将其放在本地机器上)。我基本上把一个图片拖到了public/images文件夹中,还有一些其他的html/css更改&然后使用git commit -a -m "comment about my commit here“提交所有内容……
然后我推送到github
所以我想应该会自动将图片添加到github的public/images文件夹中(&在我们的服务器上),但是它没有。当我查看github的时候,所有其他的html
vue3项目,打包部署到静态网站托管服务,配置索引为 index.html。通过默认域名访问,页面加载成功,但部分 css 和 js 文件加载提示 "No data found for resource with given identifier"。云开发匿名登录正常,但页面交互功能缺失(部分),本地开发没有问题。
访问 index.html 请求提示 “We're sorry but *** doesn't work properly without JavaScript enabled. Please enable it to continue.” 该怎么配