init 初始化网站

This commit is contained in:
Abbh1 2024-05-03 18:20:04 +08:00
parent 7c0895773e
commit 4e270024c9
11 changed files with 14 additions and 14 deletions

4
.env
View File

@ -1,6 +1,6 @@
# 后台接口地址(仅开发/预览环境生效) # 后台接口地址(仅开发/预览环境生效)
VITE_PROXY_API=http://localhost/site/site_api/public/admin.php/ VITE_PROXY_API=http://localhost/Aerwen/aerwen_u/aerwen_u_api/public/admin.php/
# 后台图片地址(仅开发/预览环境生效) # 后台图片地址(仅开发/预览环境生效)
VITE_PROXY_UPLOADS=http://localhost/site/site_api/public/uploads/ VITE_PROXY_UPLOADS=http://localhost/Aerwen/aerwen_u/aerwen_u_api/public/uploads/
# 后台富文本上传地址(仅开发/预览环境生效) # 后台富文本上传地址(仅开发/预览环境生效)
VITE_RICHTEXT_GATEWAY=http://localhost:3000/api/ VITE_RICHTEXT_GATEWAY=http://localhost:3000/api/

View File

@ -5,7 +5,7 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" /> <link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>官方网站模板后台管理系统</title> <title>阿尔文Unity资源分享网站后台管理系统</title>
<!-- element css cdn, if you use custom theme, remove it. --> <!-- element css cdn, if you use custom theme, remove it. -->
<!-- <link <!-- <link
rel="stylesheet" rel="stylesheet"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -188,7 +188,7 @@ body {
z-index: 99; z-index: 99;
img { img {
width: 140px; width: 70px;
} }
} }
} }

View File

@ -73,7 +73,7 @@ const isShow = ({ show }) => {
/* 选中背景颜色 */ /* 选中背景颜色 */
.el-menu-item.is-active { .el-menu-item.is-active {
background-color: #A72027 !important; background-color: #109dea !important;
} }
/* 二级菜单开展箭头图标 */ /* 二级菜单开展箭头图标 */

View File

@ -1,7 +1,7 @@
<template> <template>
<el-dialog v-model="dialogVisible" title="添加产品类目" width="600px" @closed="closeDialog" @open="openDialog"> <el-dialog v-model="dialogVisible" title="添加产品类目" width="600px" @closed="closeDialog" @open="openDialog">
<el-form ref="formRef" :model="formData" :rules="rules"> <el-form ref="formRef" :model="formData" :rules="rules">
<!-- <el-row> <el-row>
<el-col :lg="24"> <el-col :lg="24">
<el-form-item :label-width="labelWidth" label="上级菜单" prop="product_type_parent_guid"> <el-form-item :label-width="labelWidth" label="上级菜单" prop="product_type_parent_guid">
<el-cascader class="w100" filterable :options="dataList" <el-cascader class="w100" filterable :options="dataList"
@ -14,15 +14,15 @@
</el-cascader> </el-cascader>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="12"> <!-- <el-col :span="12">
<el-form-item :label-width="labelWidth" label="语言类型" prop="i18n_lang_type"> <el-form-item :label-width="labelWidth" label="语言类型" prop="i18n_lang_type">
<el-select v-model="formData.i18n_lang_type_guid" clearable placeholder="请选择"> <el-select v-model="formData.i18n_lang_type_guid" clearable placeholder="请选择">
<el-option v-for="item in i18n_lang_type" :key="item.i18n_lang_type_guid" <el-option v-for="item in i18n_lang_type" :key="item.i18n_lang_type_guid"
:label="item.i18n_lang_type_code" :value="item.i18n_lang_type_guid"></el-option> :label="item.i18n_lang_type_code" :value="item.i18n_lang_type_guid"></el-option>
</el-select> </el-select>
</el-form-item> </el-form-item>
</el-col> </el-col> -->
</el-row> --> </el-row>
<el-row> <el-row>
<el-col :span="24"> <el-col :span="24">

View File

@ -29,7 +29,7 @@
height: 10px; height: 10px;
border-radius: 50%; border-radius: 50%;
margin-right: 1rem; margin-right: 1rem;
background-color: #A72027; background-color: #109dea;
z-index: 2; z-index: 2;
} }

View File

@ -29,7 +29,7 @@
</div> </div>
<div class="login-right-title-box"> <div class="login-right-title-box">
<!-- 登录页文字替换 --> <!-- 登录页文字替换 -->
官方网站模板后台管理平台 阿尔文Unity资源分享网站后台管理
<div class="login-right-title-bottom"></div> <div class="login-right-title-bottom"></div>
</div> </div>
<div class="login-right-form-control-box"> <div class="login-right-form-control-box">
@ -61,7 +61,7 @@
</div> </div>
<div class="login-right-copyright-box"> <div class="login-right-copyright-box">
<!-- 登录页版权文字替换 --> <!-- 登录页版权文字替换 -->
©版权归xxx公司所有 ©版权归阿尔文游戏有限公司所有
</div> </div>
</form> </form>
</div> </div>
@ -307,7 +307,7 @@ function verify(v, t, regPool, msg) {
} }
.login-right-title-bottom{ .login-right-title-bottom{
background-color: #A72027 !important; background-color: #109dea !important;
} }
</style> </style>

View File

@ -1,7 +1,7 @@
@forward 'element-plus/theme-chalk/src/common/var.scss' with ( @forward 'element-plus/theme-chalk/src/common/var.scss' with (
$colors: ( $colors: (
'primary': ( 'primary': (
'base': #A72027 'base': #109dea
), ),
) )
); );