Browse Source

fix:网校中心标题

lvkun 4 years ago
parent
commit
da51de8d10
3 changed files with 1272 additions and 13 deletions
  1. 1 1
      components/home/header.vue
  2. 1269 10
      package-lock.json
  3. 2 2
      pm2.config.js

+ 1 - 1
components/home/header.vue

@@ -31,7 +31,7 @@
 							<nuxt-link to="/news">新闻资讯</nuxt-link>
 						</li> -->
 						<li class="h-nav-li">
-              <a target="_blank" href="https://course.zaojiao.net/index" rel="noopener noreferrer">网校中心</a>
+              <a target="_blank" href="https://course.zaojiao.net/index" rel="noopener noreferrer">教师专区</a>
 							<!-- <nuxt-link to="/experice">网校中心</nuxt-link> -->
 						</li>
             <li class="h-nav-li">

File diff suppressed because it is too large
+ 1269 - 10
package-lock.json


+ 2 - 2
pm2.config.js

@@ -3,8 +3,8 @@ module.exports = {
 		{
 			name: 'zhongde-web',//项目名称
 			cwd: './',//当前工作路径
-			#script: 'npm',//实际启动脚本
-            script: './node_modules/nuxt/bin/nuxt.js',//或者可以直接执行这个脚本
+			script: 'npm',//实际启动脚本
+      script: './node_modules/nuxt/bin/nuxt.js',//或者可以直接执行这个脚本
 			args: 'run start',//参数
 			autorestart: true, //自动重启
 			error_file: 'logs/zhongde-web-err.log',//错误日志

Some files were not shown because too many files changed in this diff