Commit e53e4a7f by 阳浪

配置信息

parent 16a2e3b2
...@@ -53,7 +53,7 @@ module.exports = { ...@@ -53,7 +53,7 @@ module.exports = {
} }
}, },
plugins: [ plugins: [
new HtmlWebpackPlugin(generateHtml("index", "未木云学习平台")), new HtmlWebpackPlugin(generateHtml("index", "未木云智慧党建")),
new webpack.DefinePlugin({ new webpack.DefinePlugin({
"process.env.NODE_ENV": JSON.stringify(process.env.NODE_ENV), "process.env.NODE_ENV": JSON.stringify(process.env.NODE_ENV),
routerMode: JSON.stringify("hash") routerMode: JSON.stringify("hash")
......
...@@ -50,7 +50,7 @@ module.exports = { ...@@ -50,7 +50,7 @@ module.exports = {
} }
}, },
plugins: [ plugins: [
new HtmlWebpackPlugin(generateHtml("index", "未木云学习平台")), new HtmlWebpackPlugin(generateHtml("index", "未木云智慧党建")),
new webpack.DefinePlugin({ new webpack.DefinePlugin({
"process.env.NODE_ENV": JSON.stringify(process.env.NODE_ENV), "process.env.NODE_ENV": JSON.stringify(process.env.NODE_ENV),
routerMode: JSON.stringify("hash") routerMode: JSON.stringify("hash")
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<link href="/static/lib/antd.min.css" rel="stylesheet" type="text/css"> <link href="/static/lib/antd.min.css" rel="stylesheet" type="text/css">
<!--需要title 国际化 代码在/src/index.jsx 中获取修改--> <!--需要title 国际化 代码在/src/index.jsx 中获取修改-->
<title id="htmlTitle"></title> <title id="htmlTitle"></title>
<!--<title id="htmlTitle">未木云学习平台</title>--> <!--<title id="htmlTitle">未木云智慧党建</title>-->
</head> </head>
<body> <body>
......
...@@ -555,7 +555,7 @@ ...@@ -555,7 +555,7 @@
"nextMont": "上月", "nextMont": "上月",
"Course": "课程", "Course": "课程",
"Collected": "已收藏", "Collected": "已收藏",
"WeimuyunElearning": "未木云学习平台", "WeimuyunElearning": "未木云智慧党建",
"RelativeContent": "相关内容", "RelativeContent": "相关内容",
"homeworkAttachmentLimitTip": "附件至少", "homeworkAttachmentLimitTip": "附件至少",
"batchDownload": "批量下载", "batchDownload": "批量下载",
......
...@@ -355,7 +355,7 @@ ...@@ -355,7 +355,7 @@
"livestream": "直播", "livestream": "直播",
"questions": "题", "questions": "题",
"MsgFileUploading": "您有文件正在上传,确定继续提交吗?", "MsgFileUploading": "您有文件正在上传,确定继续提交吗?",
"WeimuyunElearning": "未木云学习平台", "WeimuyunElearning": "未木云智慧党建",
"Option": "选项", "Option": "选项",
"Yes": "确定", "Yes": "确定",
"Resend": "重新发送", "Resend": "重新发送",
......
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