vue有个写法需要注意:
如果是跳转到默认首页,router-link 应该写:
to: "{path: ' / ' } "
如果跳转到非默认首页的时候,router-link 应该写:
to: "{path: ' about ' } "
就是除了跳转到默认首页的情况下,其他的都要去掉开始的斜杠 / ,是个坑,我踩了,祝你好运
vue有个写法需要注意:
如果是跳转到默认首页,router-link 应该写:
to: "{path: ' / ' } "
如果跳转到非默认首页的时候,router-link 应该写:
to: "{path: ' about ' } "
就是除了跳转到默认首页的情况下,其他的都要去掉开始的斜杠 / ,是个坑,我踩了,祝你好运