稳定提交
This commit is contained in:
parent
91f6c9237f
commit
2c5591b205
|
@ -5,7 +5,7 @@ import { post } from '@/utils/request'
|
|||
* @param data
|
||||
*/
|
||||
export function fetchDetail(id) {
|
||||
return post('/exam/api/exam/exam/detail', { id: id })
|
||||
return post('/api/common/exam/api/exam/exam/detail', { id: id })
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
|
||||
<template v-else>
|
||||
<router-link to="/login" class="login-btn">登录</router-link>
|
||||
<router-link to="/register" class="register-btn">注册</router-link>
|
||||
<!-- <router-link to="/register" class="register-btn">注册</router-link>-->
|
||||
</template>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -139,7 +139,7 @@ export default {
|
|||
// 可批量操作
|
||||
multi: false,
|
||||
// 列表请求URL
|
||||
listUrl: '/exam/api/exam/exam/online-paging'
|
||||
listUrl: '/api/common/exam/api/exam/exam/online-paging'
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue