从页面A使用navigate跳转页面B,在B页面打印options默认是‘{ }’,然后从B跳转到C,从C使用 navigateBack返回B,此时B打印options是undefined。请问这是为什么