style/无用样式去除,增加管廊介绍弹窗
This commit is contained in:
parent
fb26756822
commit
cf439e471d
|
|
@ -0,0 +1,19 @@
|
||||||
|
###
|
||||||
|
# @Author: 季万俊
|
||||||
|
# @Date: 2025-09-04 19:58:43
|
||||||
|
# @Description:
|
||||||
|
###
|
||||||
|
# 页面标题
|
||||||
|
VITE_APP_TITLE = 智慧管廊综合管理平台软件V1.0
|
||||||
|
|
||||||
|
# 开发环境配置
|
||||||
|
ENV = 'development'
|
||||||
|
|
||||||
|
# 若依管理系统/开发环境
|
||||||
|
VITE_APP_BASE_API = '/api'
|
||||||
|
VITE_VUE_LOGIN_USERNAME = 'admin'
|
||||||
|
VITE_VUE_LOGIN_PASSWORD = 'admin123'
|
||||||
|
VITE_VUE_APP_BASE_FILEURL = "http://172.16.1.162:18080/"
|
||||||
|
|
||||||
|
# 路由懒加载
|
||||||
|
VUE_CLI_BABEL_TRANSPILE_MODULES = true
|
||||||
|
|
@ -0,0 +1,19 @@
|
||||||
|
###
|
||||||
|
# @Author: 季万俊
|
||||||
|
# @Date: 2025-09-04 19:58:43
|
||||||
|
# @Description:
|
||||||
|
###
|
||||||
|
# 页面标题
|
||||||
|
VITE_APP_TITLE = 智慧管廊综合管理平台软件V1.0
|
||||||
|
|
||||||
|
# 开发环境配置
|
||||||
|
ENV = 'development'
|
||||||
|
|
||||||
|
# 若依管理系统/开发环境
|
||||||
|
VITE_APP_BASE_API = '/api'
|
||||||
|
VITE_VUE_LOGIN_USERNAME = 'admin'
|
||||||
|
VITE_VUE_LOGIN_PASSWORD = 'admin123'
|
||||||
|
VITE_VUE_APP_BASE_FILEURL = "http://172.16.1.162:18080/"
|
||||||
|
|
||||||
|
# 路由懒加载
|
||||||
|
VUE_CLI_BABEL_TRANSPILE_MODULES = true
|
||||||
|
|
@ -0,0 +1,19 @@
|
||||||
|
###
|
||||||
|
# @Author: 季万俊
|
||||||
|
# @Date: 2025-09-04 19:58:43
|
||||||
|
# @Description:
|
||||||
|
###
|
||||||
|
# 页面标题
|
||||||
|
VITE_APP_TITLE = 智慧管廊综合管理平台软件V1.0
|
||||||
|
|
||||||
|
# 开发环境配置
|
||||||
|
ENV = 'development'
|
||||||
|
|
||||||
|
# 若依管理系统/开发环境
|
||||||
|
VITE_APP_BASE_API = '/api'
|
||||||
|
VITE_VUE_LOGIN_USERNAME = 'admin'
|
||||||
|
VITE_VUE_LOGIN_PASSWORD = 'admin123'
|
||||||
|
VITE_VUE_APP_BASE_FILEURL = "/"
|
||||||
|
|
||||||
|
# 路由懒加载
|
||||||
|
VUE_CLI_BABEL_TRANSPILE_MODULES = true
|
||||||
|
|
@ -29,7 +29,6 @@ defineProps({
|
||||||
required: true
|
required: true
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
console.log(import.meta,"----import.meta.env");
|
|
||||||
|
|
||||||
const title = import.meta.env.VITE_APP_TITLE
|
const title = import.meta.env.VITE_APP_TITLE
|
||||||
const settingsStore = useSettingsStore()
|
const settingsStore = useSettingsStore()
|
||||||
|
|
@ -87,10 +86,11 @@ const getLogoTextColor = computed(() => {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
color: v-bind(getLogoTextColor);
|
color: v-bind(getLogoTextColor);
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
line-height: 50px;
|
line-height: 24px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-family: Avenir, Helvetica Neue, Arial, Helvetica, sans-serif;
|
font-family: Avenir, Helvetica Neue, Arial, Helvetica, sans-serif;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
padding: 0 4px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,6 @@ export default {
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
chart: null,
|
chart: null,
|
||||||
chartData: {},
|
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue