@@ -1,5 +1,5 @@
# 页面标题
-VITE_APP_TITLE = '中科盛阳技术平台'
+VITE_APP_TITLE = '物联网设备管理平台'
# 开发环境配置
VITE_APP_ENV = 'development'
-VITE_APP_TITLE = 中科盛阳技术平台
+VITE_APP_TITLE = 物联网设备管理平台
# 生产环境配置
VITE_APP_ENV = 'production'
VITE_APP_ENV = 'staging'
@@ -9,7 +9,7 @@
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
/>
<link rel="icon" href="/src/assets/logo/logo.ico" />
- <title>中科盛阳技术平台</title>
+ <title>物联网设备管理平台</title>
<!--[if lt IE 11
]><script>
window.location.href = '/html/ie.html'
@@ -59,7 +59,7 @@ defineProps({
}
})
-const title = ref('中科盛阳技术平台')
+const title = ref('物联网设备管理平台')
const store = useStore()
const sideTheme = computed(() => store.state.settings.sideTheme)
</script>
@@ -6,7 +6,7 @@
:rules="loginRules"
class="login-form"
>
- <h3 class="title">中科盛阳技术平台</h3>
+ <h3 class="title">物联网设备管理平台</h3>
<el-form-item prop="username">
<el-input
v-model="loginForm.username"