diff --git a/.env.development b/.env.development index 8c22603..afebb5d 100644 --- a/.env.development +++ b/.env.development @@ -1,10 +1,10 @@ # 页面标题 -VUE_APP_TITLE = Coin后台管理系统 +VUE_APP_TITLE = 老挝支付金控管理系统 # 开发环境配置 ENV = 'development' -# 若依管理系统/开发环境 +# 老挝支付金控管理系统/开发环境 VUE_APP_BASE_API = '/dev-api' # 应用访问路径 例如使用前缀 /admin/ diff --git a/.env.production b/.env.production index 72f1c35..03b2e76 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = Coin后台管理系统 +VUE_APP_TITLE = 老挝支付金控管理系统 # 生产环境配置 ENV = 'production' diff --git a/package.json b/package.json index 15646e1..c3f5fcd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "coin-web", "version": "4.8.2", - "description": "Coin后台管理系统", + "description": "老挝支付金控管理系统", "author": "LionLi", "license": "MIT", "scripts": { diff --git a/src/assets/images/login-background.jpg b/src/assets/images/login-background.jpg index fa6408b..c46f640 100644 Binary files a/src/assets/images/login-background.jpg and b/src/assets/images/login-background.jpg differ diff --git a/src/assets/logo/logo.png b/src/assets/logo/logo.png index 3f919d8..f8166c8 100644 Binary files a/src/assets/logo/logo.png and b/src/assets/logo/logo.png differ diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue index d7def09..2749a68 100644 --- a/src/layout/components/Sidebar/Logo.vue +++ b/src/layout/components/Sidebar/Logo.vue @@ -35,7 +35,7 @@ export default { }, data() { return { - title: 'Coin', + title: '老挝支付金控管理系统', logo: logoImg } } diff --git a/src/views/index.vue b/src/views/index.vue index 051b33f..4bf922e 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -2,73 +2,7 @@
-

Coin后台管理框架

-

-
- * 前端开发框架 Vue、Element UI
- * 后端开发框架 Spring Boot
- * 容器框架 Undertow 基于 XNIO 的高性能容器
- * 权限认证框架 Sa-Token、Jwt 支持多终端认证系统
- * 关系数据库 MySQL 适配 8.X 最低 5.7
- * 关系数据库 Oracle 适配 11g 12c
- * 关系数据库 PostgreSQL 适配 13 14
- * 关系数据库 SQLServer 适配 2017 2019
- * 缓存数据库 Redis 适配 6.X 最低 4.X
- * 数据库框架 Mybatis-Plus 快速 CRUD 增加开发效率
- * 数据库框架 p6spy 更强劲的 SQL 分析
- * 多数据源框架 dynamic-datasource 支持主从与多种类数据库异构
- * 序列化框架 Jackson 统一使用 jackson 高效可靠
- * Redis客户端 Redisson 性能强劲、API丰富
- * 分布式限流 Redisson 全局、请求IP、集群ID 多种限流
- * 分布式锁 Lock4j 注解锁、工具锁 多种多样
- * 分布式幂等 Redisson 拦截重复提交
- * 分布式链路追踪 SkyWalking 支持链路追踪、网格分析、度量聚合、可视化
- * 分布式任务调度 Xxl-Job 高性能 高可靠 易扩展
- * 分布式文件存储 Minio 本地存储
- * 分布式云存储 七牛、阿里、腾讯 云存储
- * 监控框架 SpringBoot-Admin 全方位服务监控
- * 校验框架 Validation 增强接口安全性 严谨性
- * Excel框架 Alibaba EasyExcel 性能优异 扩展性强
- * 文档框架 SpringDoc、javadoc 无注解零入侵基于java注释
- * 工具类框架 Hutool、Lombok 减少代码冗余 增加安全性
- * 代码生成器 适配MP、SpringDoc规范化代码 一键生成前后端代码
- * 部署方式 Docker 容器编排 一键部署业务集群
- * 国际化 SpringMessage Spring标准国际化方案
-

-
- - - - -

技术选型

-
-
- - -

后端技术

-
    -
  • SpringBoot
  • -
  • Sa-Token
  • -
  • JWT
  • -
  • MyBatis
  • -
  • Druid
  • -
  • Jackson
  • -
  • ...
  • -
-
- -

前端技术

-
    -
  • Vue
  • -
  • Vuex
  • -
  • Element-ui
  • -
  • Axios
  • -
  • Sass
  • -
  • Quill
  • -
  • ...
  • -
-
-
+

老挝支付金控管理系统

diff --git a/src/views/login.vue b/src/views/login.vue index 7ac8a42..faadc28 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -1,7 +1,7 @@