本章内容解决如何去掉若依地址中的# 位置:/src/router/index.js
#
/src/router/index.js
export default new Router({ mode: 'history', // 去掉url中的#、hash 包含#号 scrollBehavior: () => ({ y: 0 }), routes: constantRoutes })
powered by kaifamiao