From 7f92ded86d9e308cd3c196ed214efe7a7cfaadf0 Mon Sep 17 00:00:00 2001
From: lwh <2679599887@qq.com>
Date: Sun, 25 Jun 2023 10:08:06 +0800
Subject: [PATCH] init
---
.env | 4 ++--
index.html | 2 +-
public/favicon.ico | Bin 6912 -> 67646 bytes
public/images/logo_login.png | Bin 6912 -> 3424 bytes
public/logo.png | Bin 6912 -> 3424 bytes
src/layout/Index.vue | 6 +++---
src/layout/components/Menu.vue | 2 +-
src/pages/index/index.vue | 2 +-
src/pages/login.vue | 6 +++---
src/styles/element/index.scss | 2 +-
10 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/.env b/.env
index 26059da..3ad8f6c 100644
--- a/.env
+++ b/.env
@@ -1,6 +1,6 @@
# 后台接口地址(仅开发/预览环境生效)
-VITE_PROXY_API=http://localhost/AERWEN/templateV1.1/php_template_api/public/admin.php/
+VITE_PROXY_API=http://localhost/AERWEN/drag-create/drag-create-api/public/admin.php/
# 后台图片地址(仅开发/预览环境生效)
-VITE_PROXY_UPLOADS=http://localhost/AERWEN/templateV1.1/php_template_api/public/uploads/
+VITE_PROXY_UPLOADS=http://localhost/AERWEN/drag-create/drag-create-api/public/uploads/
# 后台富文本上传地址(仅开发/预览环境生效)
VITE_PROXY_RICHTEXT=http://localhost:3000/api/
\ No newline at end of file
diff --git a/index.html b/index.html
index e82af12..0cb4ba6 100644
--- a/index.html
+++ b/index.html
@@ -5,7 +5,7 @@
-
PHP模板后台管理系统
+ DCC代码拖拽生成后台管理系统
- PHP模板
+ 代码拖拽生成
@@ -170,13 +170,13 @@ body {
// justify-content: space-around;
height: 70px;
text-align: center;
- background-color: #109dea; // 头部logo背景色
+ background-color: #23d96e; // 头部logo背景色
// background-color: #2b333e; //默认
cursor: pointer;
color: white;
z-index: 99;
img {
- width: 70px;
+ width:50px;
}
}
}
diff --git a/src/layout/components/Menu.vue b/src/layout/components/Menu.vue
index 8ec3494..bbb841d 100644
--- a/src/layout/components/Menu.vue
+++ b/src/layout/components/Menu.vue
@@ -73,7 +73,7 @@ const isShow = ({ show }) => {
/* 选中背景颜色 */
.el-menu-item.is-active {
- background-color: #109dea !important;
+ background-color: #23d96e !important;
}
/* 二级菜单开展箭头图标 */
diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue
index 1f5b50d..81103b6 100644
--- a/src/pages/index/index.vue
+++ b/src/pages/index/index.vue
@@ -29,7 +29,7 @@
height: 10px;
border-radius: 50%;
margin-right: 1rem;
- background-color: #109dea;
+ background-color: #23d96e;
z-index: 2;
}
diff --git a/src/pages/login.vue b/src/pages/login.vue
index c144219..b767bfc 100644
--- a/src/pages/login.vue
+++ b/src/pages/login.vue
@@ -29,7 +29,7 @@
- PHP模板后台管理平台
+ DCC代码拖拽生成后台
@@ -302,11 +302,11 @@ function verify(v, t, regPool, msg) {
\ No newline at end of file
diff --git a/src/styles/element/index.scss b/src/styles/element/index.scss
index 734ea44..0915ae5 100644
--- a/src/styles/element/index.scss
+++ b/src/styles/element/index.scss
@@ -1,7 +1,7 @@
@forward 'element-plus/theme-chalk/src/common/var.scss' with (
$colors: (
'primary': (
- 'base': #109dea
+ 'base': #23d96e
),
)
);