Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近在我的服务器的一个文件夹中上传了一个颤振网站。但它运作不佳。我注意到 main.dart.js 需要在 url 中有文件夹名称。但它运行不正常......我还需要更改哪些内容才能运行网站而不会出现更多问题?
尝试将基本路径添加到您的 index.html。
例子:
<base href="/FolderName/">