diff --git a/ruoyi-ui/.env.development b/ruoyi-ui/.env.development index be88b4d..51b7e15 100644 --- a/ruoyi-ui/.env.development +++ b/ruoyi-ui/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 智慧物联监控平台 +VUE_APP_TITLE = 海威物联官网 # 开发环境配置 ENV = 'development' diff --git a/ruoyi-ui/.env.production b/ruoyi-ui/.env.production index 37d1c63..fe42e55 100644 --- a/ruoyi-ui/.env.production +++ b/ruoyi-ui/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 智慧物联监控平台 +VUE_APP_TITLE = 海威物联官网 # 生产环境配置 ENV = 'production' diff --git a/ruoyi-ui/.env.staging b/ruoyi-ui/.env.staging index d7f6699..c66d641 100644 --- a/ruoyi-ui/.env.staging +++ b/ruoyi-ui/.env.staging @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 智慧物联监控平台 +VUE_APP_TITLE = 海威物联官网 NODE_ENV = production diff --git a/ruoyi-ui/public/index.html b/ruoyi-ui/public/index.html index 681de41..98c5296 100644 --- a/ruoyi-ui/public/index.html +++ b/ruoyi-ui/public/index.html @@ -6,6 +6,8 @@ + + <%= webpackConfig.name %> \ No newline at end of file diff --git a/ruoyi-ui/src/views/board/smartScene/index.vue b/ruoyi-ui/src/views/board/smartScene/index.vue index 9bde450..b749d2a 100644 --- a/ruoyi-ui/src/views/board/smartScene/index.vue +++ b/ruoyi-ui/src/views/board/smartScene/index.vue @@ -302,7 +302,7 @@ export default { } .menuClick { - background-image: url("~@/assets/board/common/subheadClick.png"); + //background-image: url("~@/assets/board/common/subheadClick.png"); color: #f3f3f3; } diff --git a/ruoyi-ui/src/views/register.vue b/ruoyi-ui/src/views/register.vue index 9502343..85fe833 100644 --- a/ruoyi-ui/src/views/register.vue +++ b/ruoyi-ui/src/views/register.vue @@ -1,7 +1,7 @@