no message

Former-commit-id: c0bc55ee8f1a9c836ed9911c32ddcf680177a7f3
Former-commit-id: f915fcf83a954bc69ce8ad33c3be474a7daef28d
Former-commit-id: 3112cbc21049801308b71d2b5b3aec2a342ce977
This commit is contained in:
liyang
2018-06-05 15:33:21 +08:00
parent 74743d6bc9
commit f29021343b
3 changed files with 3 additions and 0 deletions

View File

@@ -1,8 +0,0 @@
<template>
<Container type="full">
<template slot="header">
多环境发布
</template>
<p>当前是{{$env ? '开发' : '生产'}}环境</p>
</Container>
</template>