no message

Former-commit-id: d3fe0773f5d18d2b5d633f3b626a3bc31eecb9f7
Former-commit-id: 819f45bff8b081a43f15d48ca734c133e7267e63
Former-commit-id: f62d7f79cf54dfbde4fc70cb2f1186acabd9f011
This commit is contained in:
李杨
2018-04-11 16:44:49 +08:00
parent 3a95b0c65a
commit 4e5e2585dd
3 changed files with 3 additions and 5 deletions

View File

@@ -55,7 +55,7 @@ module.exports = {
// Paths
assetsRoot: path.resolve(__dirname, '../dist'),
assetsSubDirectory: 'static',
assetsPublicPath: '/',
assetsPublicPath: '/d2admin-vue-element/',
/**
* Source Maps

View File

@@ -21,8 +21,6 @@
"github-markdown-css": "^2.10.0",
"highlight.js": "^9.12.0",
"js-cookie": "^2.2.0",
"lodash.clonedeep": "^4.5.0",
"lodash.get": "^4.4.2",
"marked": "^0.3.9",
"mockjs": "^1.0.1-beta3",
"papaparse": "^4.3.6",

View File

@@ -1,8 +1,8 @@
<template>
<Container type="card-full">
<template slot="header">
我是插入到 header 中的内容
用户中心
</template>
主体
doing...
</Container>
</template>