docs(app): 更新应用名称为MES一体化平台
- 将VUE_APP_TITLE从"科伦普冷轧涂镀数智运营一体化平台"更改为"MES一体化平台" - 修改Greeting组件中的平台描述为"欢迎使用MES数智一体化平台" - 将favicon链接从png格式更改为ico格式 - 替换index.vue中的关于页面内容为MES平台相关介绍 - 更新登录页面中的平台描述和公司信息 - 修改侧边栏Logo组件中的平台标题为"MES一体化平台" - 注释掉dashboard demo组件中的全屏功能代码
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="renderer" content="webkit">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<link rel="icon" href="<%= BASE_URL %>favicon.png">
|
||||
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
||||
<title><%= webpackConfig.name %></title>
|
||||
<!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
|
||||
<style>
|
||||
|
||||
Reference in New Issue
Block a user