|
@@ -17,7 +17,7 @@
|
|
<dt>产品服务</dt>
|
|
<dt>产品服务</dt>
|
|
<dd @click="goExamPage">在线考试系统</dd>
|
|
<dd @click="goExamPage">在线考试系统</dd>
|
|
<dd @click="goPeixunPage">在线培训系统</dd>
|
|
<dd @click="goPeixunPage">在线培训系统</dd>
|
|
- <dd @click="goKechengPage">课程定制开发</dd>
|
|
|
|
|
|
+ <dd @click="goKechengCusPage">课程定制开发</dd>
|
|
<dd @click="goKechengPage">通用课程资源</dd>
|
|
<dd @click="goKechengPage">通用课程资源</dd>
|
|
<div style="display: none">
|
|
<div style="display: none">
|
|
<a :href="`${baseUrl}/examsystem`"></a>
|
|
<a :href="`${baseUrl}/examsystem`"></a>
|
|
@@ -114,6 +114,9 @@
|
|
goKechengPage() {
|
|
goKechengPage() {
|
|
this.$router.push({path: '/product/courseResource'});
|
|
this.$router.push({path: '/product/courseResource'});
|
|
},
|
|
},
|
|
|
|
+ goKechengCusPage(){
|
|
|
|
+ this.$router.push({path: '/product/courseCustom'});
|
|
|
|
+ },
|
|
// 关于帮助中心
|
|
// 关于帮助中心
|
|
goaboutUs() {
|
|
goaboutUs() {
|
|
this.$router.push({name: 'introduction'});
|
|
this.$router.push({name: 'introduction'});
|