|
@@ -23,33 +23,13 @@
|
|
|
<el-image :src="url"></el-image>
|
|
|
<span>专升本报名系统</span>
|
|
|
</el-link>
|
|
|
- <el-link :underline="false" class="link" href="/help" target="_blank">
|
|
|
+ <el-link :underline="false" class="link" href="help" target="_blank">
|
|
|
<el-image :src="url"></el-image>
|
|
|
<span>智慧就业用户手册</span>
|
|
|
</el-link>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
- <el-dialog title="智慧就业帮助手册" :visible.sync="show" width="50%">
|
|
|
- <el-row>
|
|
|
- <el-col :span="24">
|
|
|
- <el-col :span="10" class="help">
|
|
|
- <el-image :src="text" style="width:80px;height:80px;"></el-image>
|
|
|
- <p>电子版使用手册</p>
|
|
|
- <el-link :underline="false" href="http://smart.jilinjobs.cn/help/智慧就业帮助手册.rar">
|
|
|
- 下载
|
|
|
- </el-link>
|
|
|
- </el-col>
|
|
|
- <el-col :span="10" class="help">
|
|
|
- <el-image :src="video" style="width:80px;height:80px;"></el-image>
|
|
|
- <p>视频版使用手册</p>
|
|
|
- <el-link :underline="false" href="http://smart.jilinjobs.cn/help/智慧就业视频手册.rar">
|
|
|
- 下载
|
|
|
- </el-link>
|
|
|
- </el-col>
|
|
|
- </el-col>
|
|
|
- </el-row>
|
|
|
- </el-dialog>
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
@@ -75,16 +55,6 @@ export default {
|
|
|
});
|
|
|
else window.open('http://hr.smart.jilinjobs.cn/www/login');
|
|
|
},
|
|
|
- clickHep() {
|
|
|
- this.show = true;
|
|
|
- },
|
|
|
- handleClose(done) {
|
|
|
- this.$confirm('确认关闭?')
|
|
|
- .then(_ => {
|
|
|
- done();
|
|
|
- })
|
|
|
- .catch(_ => {});
|
|
|
- },
|
|
|
},
|
|
|
};
|
|
|
</script>
|