| | |
| | | <el-main class="student-main" style="margin-top:20px;"> |
| | | <router-view/> |
| | | </el-main> |
| | | <el-footer height="340" class="student-footer"> |
| | | </el-footer> |
| | | <!-- <el-footer height="340" class="student-footer"> |
| | | </el-footer> --> |
| | | </el-container> |
| | | </template> |
| | | |
| | |
| | | } |
| | | }, |
| | | created () { |
| | | console.log('环境变量:') |
| | | console.log(process.env) |
| | | }, |
| | | watch: { |
| | | logo: function (val) { |
| | |
| | | this.logoUrl = require('@/assets/logo-t.png') |
| | | } else if (val !== null) { |
| | | this.logoUrl = val |
| | | this.backgroundColor = '#fff' |
| | | } else if (sessionLogoUrl !== null) { |
| | | this.logoUrl = sessionLogoUrl |
| | | } |