yshop1.7发布,后台升級eladmin2.4(前端,后台权限,代码生成器等重构),修复商品分类等一些问题

This commit is contained in:
hupeng
2020-01-07 23:32:27 +08:00
parent 24753759f4
commit b6cc8046db
451 changed files with 13868 additions and 8883 deletions

View File

@ -1,3 +1,3 @@
<template >
<template>
<router-view />
</template>

View File

@ -1,5 +1,5 @@
<template >
<template>
<div style="padding:30px;">
<el-alert :closable="false" title="三级菜单1" type="success"/>
<el-alert :closable="false" title="三级菜单1" type="success" />
</div>
</template>

View File

@ -1,5 +1,5 @@
<template>
<div style="padding:30px;">
<el-alert :closable="false" title="三级菜单2" type="success"/>
<el-alert :closable="false" title="三级菜单2" type="success" />
</div>
</template>

View File

@ -1,5 +1,5 @@
<template>
<div style="padding:30px;">
<el-alert :closable="false" title="二级菜单"/>
<el-alert :closable="false" title="二级菜单" />
</div>
</template>