瀏覽代碼

deploy

master
Soleilw 1 年之前
父節點
當前提交
48c70f8f69
共有 5 個檔案被更改,包括 127 行新增127 行删除
  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
文件差異過大導致無法顯示
查看文件


+ 1
- 1
dist/index.html 查看文件

<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-dwm8dLBC.js"></script>
<script type="module" crossorigin src="/assets/index-QDcObHz6.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-3v74tuIc.css"> <link rel="stylesheet" crossorigin href="/assets/index-3v74tuIc.css">
</head> </head>
<body> <body>

+ 2
- 2
src/apis/index.ts 查看文件

import { router } from '@/router'; import { router } from '@/router';


const instance = axios.create({ 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, timeout: 30000,
headers: { headers: {
'Content-Type': 'application/json' 'Content-Type': 'application/json'

+ 2
- 2
src/hooks/useCommon.ts 查看文件

}; };


// 照片前缀 // 照片前缀
// 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 {

+ 1
- 1
src/views/jobFair/list/add/add.vue 查看文件

watch(() => props.edit_record, async (newVal) => { watch(() => props.edit_record, async (newVal) => {
if (newVal) { if (newVal) {
title.value = '编辑招聘会'; title.value = '编辑招聘会';
addOtherForm.value = {
addOtherForm.value = {
content: he.decode(newVal.content), content: he.decode(newVal.content),
open_date: dayjsRef.value(newVal.open_date.substring(0, 10)), open_date: dayjsRef.value(newVal.open_date.substring(0, 10)),
time: newVal.open_date.substring(11, 19) time: newVal.open_date.substring(11, 19)

Loading…
取消
儲存