使用字符串页面名称代替组件时,未捕获的承诺无效链接

时间:2018-08-08 06:25:05

标签: javascript angular ionic2 es6-promise

从php作为字符串发送页面名称

os.path.exists('/home/user/spam.txt')
os.path.exists('C:\spam.txt') or os.path.exists('C:\spam.txt')

并尝试在

中使用它
[{component:"HomePage"}]

在控制台上,我得到了正确的页面名称,但是在运行时

openPage(page) { // Reset the content nav to have just this page // we wouldn't want the back button to show in this scenario console.log(page.component); this.nav.setRoot(page.component); } 生成

未捕获的承诺无效链接错误

0 个答案:

没有答案