提交 aa500602 authored 作者: CRS's avatar CRS

new

......@@ -6,15 +6,15 @@
<div class="menu">
<p class="bg" @click="jump('evaluationReport','评估报告管理')" v-if="this.$store.getters.getUserData.authorityCode.indexOf('000800') !== -1">
<img src="./img/PG.png">
<span>评估</span>
<span>评估报告管理</span>
</p>
<p class="bg" v-if="this.$store.getters.getUserData.authorityCode.indexOf('0001700') !== -1">
<img src="./img/PC.png">
<span>评测</span>
<span>评测报告管理</span>
</p>
<p class="bg" v-if="this.$store.getters.getUserData.authorityCode.indexOf('0002000') !== -1">
<img src="./img/GJ.png">
<span>环境</span>
<span>实验仿真环境</span>
</p>
</div>
</el-col>
......
......@@ -10,7 +10,7 @@ import axios from '@/services/axios';
* dataType
*/
import qs from 'qs';
const assessma = 'http://120.55.57.35:8079'
const assessma = 'http://120.55.57.35:8078'
// const assessma = 'http://192.168.1.248:8079'
const server = {
getloginOut(id) { // 用户退出
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论