修改公司详情接口地址
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
export default {
|
export default {
|
||||||
baseUrl: 'https://fw.rc.qingdao.gov.cn/rgpp-api/api', // 内网
|
// baseUrl: 'https://fw.rc.qingdao.gov.cn/rgpp-api/api', // 内网
|
||||||
// baseUrl: 'https://qd.zhaopinzao8dian.com/api', // 测试
|
baseUrl: 'https://qd.zhaopinzao8dian.com/api', // 测试
|
||||||
// baseUrl: 'http://192.168.3.29:8081',
|
// baseUrl: 'http://192.168.3.29:8081',
|
||||||
// sseAI+
|
// sseAI+
|
||||||
// StreamBaseURl: 'http://39.98.44.136:8000',
|
// StreamBaseURl: 'http://39.98.44.136:8000',
|
||||||
|
|||||||
@@ -106,7 +106,7 @@ function companyCollection() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function getCompanyInfo(companyId,companyName,zphId) {
|
function getCompanyInfo(companyId,companyName,zphId) {
|
||||||
$api.createRequest(`/app/internal/companyThirdPart/${companyId}`).then((resData) => {
|
$api.createRequest(`/app/internal/companyThirdPart/${companyId}/${zphId}`).then((resData) => {
|
||||||
companyInfo.value = resData.data;
|
companyInfo.value = resData.data;
|
||||||
getJobsList(companyId,companyName,zphId);
|
getJobsList(companyId,companyName,zphId);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user