当我们点击公式插件的符号就会报错如下ueditor在引入公式插件kityformula​​​​​​​报错Uncaught Error: The load ../../themes/default/dialogbase.css

 

然后我们点击后面查看他报错的地方

ueditor在引入公式插件kityformula​​​​​​​报错Uncaught Error: The load ../../themes/default/dialogbase.css 

然后发现原来是他的路径写错了。

ueditor在引入公式插件kityformula​​​​​​​报错Uncaught Error: The load ../../themes/default/dialogbase.css

 

然后我们把 href: "../../themes/default/dialogbase.css?cache="+Math.random(),改成 href: "../themes/default/dialogbase.css?cache="+Math.random(), 

这样就不会报错了

相关文章:

  • 2021-05-15
  • 2022-12-23
  • 2021-08-18
  • 2021-06-26
  • 2022-12-23
  • 2022-02-28
  • 2022-12-23
  • 2021-11-16
猜你喜欢
  • 2021-05-08
  • 2021-10-16
  • 2021-08-01
  • 2022-12-23
  • 2021-11-19
  • 2021-06-24
  • 2022-12-23
相关资源
相似解决方案