从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);
}
生成
未捕获的承诺无效链接错误