@@ -5,7 +5,7 @@ | |||
<link rel="icon" type="image/svg+xml" href="/logo_1.jpg" /> | |||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |||
<title>菊城人才市场后台管理</title> | |||
<script type="module" crossorigin src="/assets/index-dwm8dLBC.js"></script> | |||
<script type="module" crossorigin src="/assets/index-QDcObHz6.js"></script> | |||
<link rel="stylesheet" crossorigin href="/assets/index-3v74tuIc.css"> | |||
</head> | |||
<body> |
@@ -4,8 +4,8 @@ import { message } from 'ant-design-vue'; | |||
import { router } from '@/router'; | |||
const instance = axios.create({ | |||
// baseURL: 'http://114.132.85.7:8889', | |||
baseURL: 'https://rcsc-test.jcjob.cn/api', | |||
// baseURL: 'https://rcsc-test.jcjob.cn/api', | |||
baseURL: 'https://admin1.jcjob.cn/api', | |||
timeout: 30000, | |||
headers: { | |||
'Content-Type': 'application/json' |
@@ -137,8 +137,8 @@ export const useCommon = () => { | |||
}; | |||
// 照片前缀 | |||
// const imageprefix : string = 'https://admin1.jcjob.cn/img/' | |||
const imageprefix : string = 'https://rcsc-test.jcjob.cn/img/' | |||
const imageprefix : string = 'https://admin1.jcjob.cn/img/' | |||
// const imageprefix : string = 'https://rcsc-test.jcjob.cn/img/' | |||
return { |
@@ -127,7 +127,7 @@ | |||
watch(() => props.edit_record, async (newVal) => { | |||
if (newVal) { | |||
title.value = '编辑招聘会'; | |||
addOtherForm.value = { | |||
addOtherForm.value = { | |||
content: he.decode(newVal.content), | |||
open_date: dayjsRef.value(newVal.open_date.substring(0, 10)), | |||
time: newVal.open_date.substring(11, 19) |