Commit 2312d9b5 by dazhou

title调整

parent e0c8f29e
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
work correctly both with client-side routing and a non-root public URL. work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`. Learn how to configure a non-root public URL by running `npm run build`.
--> -->
<title>七月在线 - 领先的AI与智能网联汽车职教平台</title> <title>七月在线 - 智能时代在线职教平台</title>
</head> </head>
<body> <body>
<noscript>You need to enable JavaScript to run this app.</noscript> <noscript>You need to enable JavaScript to run this app.</noscript>
......
...@@ -157,7 +157,7 @@ class NewVip extends Component { ...@@ -157,7 +157,7 @@ class NewVip extends Component {
window["loginInfo"] = (result) => { window["loginInfo"] = (result) => {
this.loginInfo(result) this.loginInfo(result)
} }
document.title = "七月在线 - 领先的AI与智能网联汽车职教平台" document.title = "七月在线 - 智能时代在线职教平台"
} }
// 获取app登录数据 // 获取app登录数据
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment