| | |
| | | # 页面标题 |
| | | VITE_APP_TITLE = 在线教育 |
| | | VITE_APP_TITLE = 安全教育考试系统 |
| | | |
| | | # 开发环境配置 |
| | | VITE_APP_ENV = 'development' |
| | | |
| | | # 在线教育/开发环境 |
| | | # 安全教育考试系统/开发环境 |
| | | #贺哥 |
| | | #VITE_APP_BASE_API = 'http://192.168.0.47:8085' |
| | | |
| | |
| | | # 页面标题 |
| | | VITE_APP_TITLE = 在线教育 |
| | | VITE_APP_TITLE = 安全教育考试系统 |
| | | |
| | | # 生产环境配置 |
| | | VITE_APP_ENV = 'production' |
| | | |
| | | # 在线教育/生产环境-国泰 |
| | | # 安全教育考试系统/生产环境-国泰 |
| | | VITE_APP_BASE_API = 'http://106.15.95.149:8001/api' |
| | | VITE_APP_RESOURCE_API = 'http://47.108.222.15:9000/trainexam/' |
| | | |
| | |
| | | # 页面标题 |
| | | VITE_APP_TITLE = 在线教育 |
| | | VITE_APP_TITLE = 安全教育考试系统 |
| | | |
| | | # 生产环境配置 |
| | | VITE_APP_ENV = 'staging' |
| | | |
| | | # 在线教育/生产环境 |
| | | # 安全教育考试系统/生产环境 |
| | | VITE_APP_BASE_API = '/stage-api' |
| | | |
| | | # 是否在打包时开启压缩,支持 gzip 和 brotli |
| | |
| | | <meta name="renderer" content="webkit"> |
| | | <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> |
| | | <link rel="icon" href="/favicon.ico"> |
| | | <title>安全在线教育平台</title> |
| | | <title>安全教育考试系统</title> |
| | | <!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]--> |
| | | <style> |
| | | html, |
| | |
| | | { |
| | | "name": "ruoyi", |
| | | "version": "3.8.6", |
| | | "description": "安全在线教育平台", |
| | | "description": "安全教育考试系统", |
| | | "author": "若依", |
| | | "license": "MIT", |
| | | "scripts": { |
| | |
| | | <!-- <img class="pics2" :src="logoPng">--> |
| | | <!-- <span style="font-size: 40px;color: black">国泰新华</span>--> |
| | | <!-- <div style="width: 2px;height: 40px;background-color: #1C68A7;margin-top: 5px;margin-left: 15px;margin-right: 15px"></div>--> |
| | | <!-- <span style="font-size: 28px;color: white">在线教育平台</span>--> |
| | | <!-- <span style="font-size: 28px;color: white">安全教育考试系统平台</span>--> |
| | | <!-- </div>--> |
| | | <div class="content"> |
| | | <div class="imgBox"> |
| | |
| | | <div class="formBox"> |
| | | <div class="loginTitle"> |
| | | <span>中国科学技术大学</span><br/> |
| | | 安全教育平台</div> |
| | | 安全教育考试系统</div> |
| | | <div style="padding: 20px 0;"> |
| | | <el-form ref="loginRef" :model="loginForm" :rules="loginRules" class="login-form"> |
| | | <el-form-item> |
| | |
| | | |
| | | <!-- <div class="login-panel">--> |
| | | <!-- <el-form ref="loginRef" :model="loginForm" :rules="loginRules" class="login-form">--> |
| | | <!-- <h3 class="title">安全在线教育平台</h3>--> |
| | | <!-- <h3 class="title">安全安全教育考试系统平台</h3>--> |
| | | <!-- <el-form-item prop="username">--> |
| | | <!-- <el-input--> |
| | | <!-- v-model="loginForm.username"--> |
| | |
| | | .loginTitle{ |
| | | width: 100%; |
| | | text-align: center; |
| | | font-size: 56px; |
| | | font-size: 50px; |
| | | color: #2563eb; |
| | | line-height: 1.2; |
| | | font-weight: bolder; |