安全在线教育平台
b345c29c5238e2deb2f8779d8d2061cb3fe2abb4..a527efdbce2c14eb3873af9f036bd80f812a0f52
2 days ago 祖安之光
修改名称
a527ef diff | tree
2 days ago 祖安之光
修改名称
8918c0 diff | tree
6 files modified
26 ■■■■ changed files
.env.development 4 ●●●● patch | view | raw | blame | history
.env.production 4 ●●●● patch | view | raw | blame | history
.env.staging 4 ●●●● patch | view | raw | blame | history
index.html 2 ●●● patch | view | raw | blame | history
package.json 2 ●●● patch | view | raw | blame | history
src/views/homePage.vue 10 ●●●● patch | view | raw | blame | history
.env.development
@@ -1,10 +1,10 @@
# 页面标题
VITE_APP_TITLE = 在线教育
VITE_APP_TITLE = 安全教育考试系统
# 开发环境配置
VITE_APP_ENV = 'development'
# 在线教育/开发环境
# 安全教育考试系统/开发环境
#贺哥
#VITE_APP_BASE_API = 'http://192.168.0.47:8085'
.env.production
@@ -1,10 +1,10 @@
# 页面标题
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/'
.env.staging
@@ -1,10 +1,10 @@
# 页面标题
VITE_APP_TITLE = 在线教育
VITE_APP_TITLE = 安全教育考试系统
# 生产环境配置
VITE_APP_ENV = 'staging'
# 在线教育/生产环境
# 安全教育考试系统/生产环境
VITE_APP_BASE_API = '/stage-api'
# 是否在打包时开启压缩,支持 gzip 和 brotli
index.html
@@ -7,7 +7,7 @@
  <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,
package.json
@@ -1,7 +1,7 @@
{
  "name": "ruoyi",
  "version": "3.8.6",
  "description": "安全在线教育平台",
  "description": "安全教育考试系统",
  "author": "若依",
  "license": "MIT",
  "scripts": {
src/views/homePage.vue
@@ -5,7 +5,7 @@
<!--        <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">
@@ -15,8 +15,8 @@
        </div>
        <div class="formBox">
          <div class="loginTitle">
            <span>中国科学技术大学</span><br/>
            安全教育平台</div>
<!--            <span>中国科学技术大学</span><br/>-->
            安全教育考试系统</div>
          <div style="padding: 20px 0;">
            <el-form ref="loginRef" :model="loginForm" :rules="loginRules" class="login-form">
              <el-form-item>
@@ -96,7 +96,7 @@
<!--    <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"-->
@@ -419,7 +419,7 @@
.loginTitle{
  width: 100%;
  text-align: center;
  font-size: 56px;
  font-size: 50px;
  color: #2563eb;
  line-height: 1.2;
  font-weight: bolder;