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.” 该怎么配
我想加载网页浏览器中的背景图像的本地html文件,这也是local.please谁能帮我做到这一点。
我正在使用下面的代码在web浏览器中加载本地html文件。
var rs = Application.GetResourceStream(new Uri("images/Company.html", UriKind.Relative));
using (StreamReader sr = new StreamReader(rs.Stream))
{
this.wb1.NavigateToString