@@ -2,7 +2,7 @@
<view>
<view class="main-btn" @click="toPage(courseUrl)">
<image :src="`${FILE_URL}/edu-icon/course.png`"></image>
- <text>行业培训</text>
+ <text>培训课程</text>
</view>
<view class="main-btn" @click="toOtherApp">
<image :src="`${FILE_URL}/edu-icon/net.png`"></image>
@@ -236,7 +236,7 @@ import { msg, msgSuccess } from '../../utils/common'
},
{
id: 'edu',
- title: '继续教育',
+ title: '行业培训',
isLogin: true,
icon: 'icon-xueshimao1',
url: '/pages/goOnEdu/index',