【问题标题】:Setting base-href on build Flutter Web在构建 Flutter Web 时设置 base-href
【发布时间】:2022-01-13 04:38:16
【问题描述】:

如何在构建时设置基本 href? 我试过了

--base-href /path/
--base-href=/path/
--base-href="/path/"
--base-href='/path/'

没有任何效果

它一直告诉我base-href should start and end with /

【问题讨论】:

    标签: flutter flutter-web


    【解决方案1】:

    这就是诀窍...

    flutter build web --base-href "/path/"
    

    【讨论】:

      猜你喜欢
      • 2021-02-18
      • 1970-01-01
      • 2020-08-09
      • 2017-10-29
      • 2019-04-15
      • 2018-03-21
      • 2017-10-21
      • 2022-06-24
      • 2020-12-21
      相关资源
      最近更新 更多