Browse Source

deploy

master
Soleilw 1 year ago
parent
commit
48c70f8f69
5 changed files with 127 additions and 127 deletions
  1. 121
    121
      dist/assets/index-QDcObHz6.js
  2. 1
    1
      dist/index.html
  3. 2
    2
      src/apis/index.ts
  4. 2
    2
      src/hooks/useCommon.ts
  5. 1
    1
      src/views/jobFair/list/add/add.vue

dist/assets/index-QDcObHz6.js
File diff suppressed because it is too large
View File


+ 1
- 1
dist/index.html View File

@@ -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>

+ 2
- 2
src/apis/index.ts View File

@@ -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'

+ 2
- 2
src/hooks/useCommon.ts View File

@@ -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 {

+ 1
- 1
src/views/jobFair/list/add/add.vue View File

@@ -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)

Loading…
Cancel
Save