Commit 6dbc6151 by caoyanzhi

ss

parent 15e8e429
.DS_Store
node_modules
dm-layout
# local env files
.env.local
......
......@@ -26,7 +26,6 @@
<script src="//web-1251519181.file.myqcloud.com/lib-4.0/vue/2.6.10/vue.min.js"></script>
<script src="//web-1251519181.file.myqcloud.com/lib-4.0/vuex/3.0.1/vuex.js"></script>
<script src="//web-1251519181.file.myqcloud.com/lib-4.0/axios/0.19.0/axios.min.js"></script>
<script src="//web-1251519181.file.myqcloud.com/components/layout.1.2.41.js"></script>
<script src="//web-1251519181.file.myqcloud.com/components/pagination.1.0.8.js"></script>
</body>
</html>
<template>
<dm-layout/>
</template>
<script>
export default {
name: 'layout'
}
</script>
......@@ -63,7 +63,7 @@ function intercept(to, from, next) {
// 无权限访问
if (projectRoutes.some(el => el == to.path) || accessPath.length == 0) {
window.location.href = `${origin}/damo-system/no-access`;
window.location.href = `${origin}/haoban-4/#/gic-error`;
} else {
next(accessPath[0]);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment