'20200507'
This commit is contained in:
parent
f71ac62aa0
commit
9f698933fc
@ -13,7 +13,7 @@ module.exports = {
|
|||||||
proxyTable: {},
|
proxyTable: {},
|
||||||
|
|
||||||
// Various Dev Server settings
|
// Various Dev Server settings
|
||||||
host: '192.168.10.29', // can be overwritten by process.env.HOST
|
host: '0.0.0.0', // can be overwritten by process.env.HOST
|
||||||
port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
|
port: 8080, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
|
||||||
autoOpenBrowser: false,
|
autoOpenBrowser: false,
|
||||||
errorOverlay: true,
|
errorOverlay: true,
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
<el-menu-item index="3" @click="goMyClass">我的班级</el-menu-item>
|
<el-menu-item index="3" @click="goMyClass">我的班级</el-menu-item>
|
||||||
<el-menu-item index="4" @click="goParentsOpinion">家长意见</el-menu-item>
|
<el-menu-item index="4" @click="goParentsOpinion">家长意见</el-menu-item>
|
||||||
<el-menu-item index="5" @click="goStudentThought">学生想法</el-menu-item>
|
<el-menu-item index="5" @click="goStudentThought">学生想法</el-menu-item>
|
||||||
<el-menu-item index="6" @click="goMore">更多···</el-menu-item>
|
<el-menu-item index="6" @click="goMore" disabled>更多···</el-menu-item>
|
||||||
</el-menu>
|
</el-menu>
|
||||||
</el-aside>
|
</el-aside>
|
||||||
<el-main>
|
<el-main>
|
||||||
|
Loading…
Reference in New Issue
Block a user