flat: 暂存
This commit is contained in:
@@ -17,8 +17,8 @@ Vue.use(VueRouter);
|
||||
//创建路由
|
||||
export const createRouter = () =>
|
||||
new VueRouter({
|
||||
// mode: 'history',
|
||||
// base: 'manage',
|
||||
mode: 'history',
|
||||
base: 'manage',
|
||||
// https://router.vquejs.org/zh/guide/advanced/scroll-behavior.html#%E5%BC%82%E6%AD%A5%E6%BB%9A%E5%8A%A8
|
||||
// 这个方法 是控制滚动条
|
||||
// 如果 retuen falsy || {} ,则不发生滚动
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module.exports = {
|
||||
//路径前缀
|
||||
publicPath: "manage",
|
||||
// publicPath: "manage",
|
||||
outputDir: "manage",
|
||||
lintOnSave: true,
|
||||
productionSourceMap: false,
|
||||
|
||||
Reference in New Issue
Block a user