1
This commit is contained in:
@@ -77,11 +77,20 @@ export default defineConfig({
|
||||
* @name layout 插件
|
||||
* @doc https://umijs.org/docs/max/layout-menu
|
||||
*/
|
||||
title: '云充电管理后台',
|
||||
title: '广东星动',
|
||||
layout: {
|
||||
locale: false,
|
||||
...defaultSettings,
|
||||
},
|
||||
define: {
|
||||
'process.env': {
|
||||
// API_URL: "https://iadminapi.zhongshuai2023.com",
|
||||
API_URL: "http://192.168.1.54:1002",
|
||||
WS_URL: "ws://lv.com",
|
||||
STATIC_URL: "http://lv.com",
|
||||
WEMAP_KEY: 'ZFDBZ-YUTWB-353UZ-NYKEY-JTVIZ-Q3F6X'
|
||||
}
|
||||
},
|
||||
/**
|
||||
* @name moment2dayjs 插件
|
||||
* @description 将项目中的 moment 替换为 dayjs
|
||||
|
||||
@@ -77,14 +77,14 @@ export default defineConfig({
|
||||
* @name layout 插件
|
||||
* @doc https://umijs.org/docs/max/layout-menu
|
||||
*/
|
||||
title: '云充电管理后台',
|
||||
title: '广东星动',
|
||||
layout: {
|
||||
locale: false,
|
||||
...defaultSettings,
|
||||
},
|
||||
define: {
|
||||
'process.env': {
|
||||
API_URL: "https://iadminapi.zhongshuai2023.com",
|
||||
API_URL: "http://guangdongapp.zhongshuai2023.com",
|
||||
// API_URL: "http://192.168.1.32:1002",
|
||||
WS_URL: "ws://lv.com",
|
||||
STATIC_URL: "http://lv.com",
|
||||
|
||||
@@ -15,7 +15,7 @@ const Settings: ProLayoutProps & {
|
||||
fixedHeader: false,
|
||||
fixSiderbar: true,
|
||||
colorWeak: false,
|
||||
title: '云充电管理后台',
|
||||
title: '广东星动管理后台',
|
||||
pwa: true,
|
||||
logo: false,
|
||||
iconfontUrl: '',
|
||||
|
||||
Reference in New Issue
Block a user