| <link rel="icon" type="image/svg+xml" href="/logo_1.jpg" /> | <link rel="icon" type="image/svg+xml" href="/logo_1.jpg" /> | ||||
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||||
| <title>菊城人才市场后台管理</title> | <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"> | <link rel="stylesheet" crossorigin href="/assets/index-3v74tuIc.css"> | ||||
| </head> | </head> | ||||
| <body> | <body> |
| import { router } from '@/router'; | import { router } from '@/router'; | ||||
| const instance = axios.create({ | 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, | timeout: 30000, | ||||
| headers: { | headers: { | ||||
| 'Content-Type': 'application/json' | 'Content-Type': 'application/json' |
| }; | }; | ||||
| // 照片前缀 | // 照片前缀 | ||||
| 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 { | return { |