RuoYi
2023-02-04 c3d0cd5f8c82a67f6f1cfdec2ed6c02c47ceaaf9
update copyright 2023
3 files modified
6 ■■■■ changed files
ruoyi-ui/src/permission.js 2 ●●● patch | view | raw | blame | history
ruoyi-ui/src/views/login.vue 2 ●●● patch | view | raw | blame | history
ruoyi-ui/src/views/register.vue 2 ●●● patch | view | raw | blame | history
ruoyi-ui/src/permission.js
@@ -8,7 +8,7 @@
NProgress.configure({ showSpinner: false })
const whiteList = ['/login', '/auth-redirect', '/bind', '/register']
const whiteList = ['/login', '/register']
router.beforeEach((to, from, next) => {
  NProgress.start()
ruoyi-ui/src/views/login.vue
@@ -56,7 +56,7 @@
    </el-form>
    <!--  底部  -->
    <div class="el-login-footer">
      <span>Copyright © 2018-2022 ruoyi.vip All Rights Reserved.</span>
      <span>Copyright © 2018-2023 ruoyi.vip All Rights Reserved.</span>
    </div>
  </div>
</template>
ruoyi-ui/src/views/register.vue
@@ -61,7 +61,7 @@
    </el-form>
    <!--  底部  -->
    <div class="el-register-footer">
      <span>Copyright © 2018-2022 ruoyi.vip All Rights Reserved.</span>
      <span>Copyright © 2018-2023 ruoyi.vip All Rights Reserved.</span>
    </div>
  </div>
</template>