Merge branch 'hotfix/page'

Former-commit-id: cc6408a3d939531af88c3edd670dfbbfbdafd5fa [formerly cc6408a3d939531af88c3edd670dfbbfbdafd5fa [formerly cc6408a3d939531af88c3edd670dfbbfbdafd5fa [formerly cc6408a3d939531af88c3edd670dfbbfbdafd5fa [formerly ed684b2afa0d0cba89918aa8c24171434c982d97 [formerly 6f1730699f44c5bcc21122d55beae9c97541985b]]]]]
Former-commit-id: 8a2adae8924185c54e4b70d1f42b94614acfe0b6
Former-commit-id: 0e5a5a9f87023e8b4690844b000678965e16802f
Former-commit-id: bff7bcaac440a8151a2aef25c12e130a35e0ea51 [formerly 84131283053a90abddfd04edcbaf0331580824e0]
Former-commit-id: eb42a0de3ceba3eb16f25fb4c47a499858ccaead
Former-commit-id: ddd48ede47768c2ef1688a4c0b4067d93fa14d1b
Former-commit-id: a32535727c50dc9de185d7059bae8460348ed41a
Former-commit-id: 22711ba9ea778747f9ac1018e51fb650fbcbc8a5
Former-commit-id: d2d0d268f56ae55e298cea4eb667ca4d3c057474
This commit is contained in:
liyang
2018-10-11 22:02:34 +08:00
3 changed files with 2 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "d2-admin",
"version": "1.5.0",
"version": "1.5.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --open",

View File

@@ -1,12 +0,0 @@
<script>
// 跳板页面
export default {
beforeCreate () {
const path = this.$route.params.path
this.$router.replace(JSON.parse(path))
},
render: function (h) {
return h()
}
}
</script>

View File

@@ -1 +1 @@
b2bf5f06d7bc6fbdb1464a1eea0e2eae737ea6af
d79a89504ddeac52db5b28d82df86395ace9be85