Angular offline - 由于文件路径而无法匹配任何路由

时间:2018-06-05 12:53:47

标签: angular angular-ui-router adobe-illustrator

我在Adobe Illustrator的扩展中使用Angular。一切正常,直到在Windows机器上进行测试,其中Extension包存储在

C:\Program Files (x86)\Common Files\Adobe\CEP\extensions

错误如下所示:

ERROR Error: Uncaught (in promise): Error: Cannot match any routes. URL Segment: 'x86'

Angular error

所以我不明白为什么'x86'是问题,我能做些什么......

祝你好运, 斯蒂芬

1 个答案:

答案 0 :(得分:0)

我不知道为什么,但是我不得不在base.html中定义这个,而不是基于href ="。/"

<script>document.write('<base href="' + document.location + '" />');</script>