feat: theme change
This commit is contained in:
@@ -4,7 +4,7 @@ VITE_PORT = 3301
|
||||
VITE_GLOB_APP_RUN_TYPE = saas
|
||||
|
||||
# spa-title
|
||||
VITE_GLOB_APP_TITLE = Smart Parking Depositor
|
||||
VITE_GLOB_APP_TITLE = hx-ai-intelligent Depositor
|
||||
|
||||
# spa shortname
|
||||
VITE_GLOB_APP_SHORT_NAME = smart-parking-depositor
|
||||
VITE_GLOB_APP_SHORT_NAME = hx-ai-intelligent-depositor
|
||||
|
@@ -1 +1 @@
|
||||
2.1.19
|
||||
0.0.1
|
||||
|
@@ -5,11 +5,11 @@
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<meta name="referrer" content="never" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<script type="text/javascript">
|
||||
<!-- <script type="text/javascript">
|
||||
window._AMapSecurityConfig = {
|
||||
securityJsCode: '09e43004c09d39c0e61f8fd65d5e6a5a',
|
||||
};
|
||||
</script>
|
||||
</script> -->
|
||||
<title>AI智能BAS系统</title>
|
||||
</head>
|
||||
<body>
|
||||
|
@@ -6,6 +6,7 @@ export const appConfig = {
|
||||
projectType: 'web',
|
||||
baseApi: '/api',
|
||||
enablePermissions: false,
|
||||
// themeColor: '#eee',
|
||||
siderPosition: 'left',
|
||||
baseHeader: '/parkingManage',
|
||||
baseRouter: '/parkingManage/parkingLotManage',
|
||||
@@ -47,7 +48,7 @@ export const appConfig = {
|
||||
// 修改密码配置
|
||||
updatePassWordInfo: {
|
||||
title: '修改密码',
|
||||
subtitle: '芜优出行平台',
|
||||
subtitle: 'huaxing平台',
|
||||
api: '/api/web/objs/User/changePassword',
|
||||
},
|
||||
// headerBellInfo: {
|
||||
|
@@ -123,11 +123,11 @@
|
||||
</template>
|
||||
</a-dropdown>
|
||||
|
||||
<!-- <div class="setting action" v-if="currentThemeColor" @click="changeSettingVisible(true)">
|
||||
<div class="setting action" v-if="currentThemeColor" @click="changeSettingVisible(true)">
|
||||
<setting-outlined />
|
||||
</div> -->
|
||||
</div>
|
||||
<!-- <a-drawer v-model:visible="settingVisible" title="外观管理" placement="right">
|
||||
</div>
|
||||
<a-drawer v-model:visible="settingVisible" title="外观管理" placement="right">
|
||||
<a-divider>主题</a-divider>
|
||||
<div class="theme-picker">
|
||||
<template v-for="color in themeColorList" :key="color">
|
||||
@@ -139,7 +139,7 @@
|
||||
><check-outlined /></span
|
||||
></template>
|
||||
</div>
|
||||
</a-drawer> -->
|
||||
</a-drawer>
|
||||
</a-layout-header>
|
||||
</template>
|
||||
|
||||
|
Reference in New Issue
Block a user