| @@ -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-QDcObHz6.js"></script> | |||
| <script type="module" crossorigin src="/assets/index-dwm8dLBC.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: 'https://rcsc-test.jcjob.cn/api', | |||
| baseURL: 'https://admin1.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 { | |||