新分支

This commit is contained in:
2025-11-19 15:08:19 +08:00
parent fd2579fb5d
commit cf79092298
2 changed files with 13 additions and 13 deletions

18
main.js
View File

@@ -1,7 +1,7 @@
/* /*
* @Date: 2025-11-03 10:52:09 * @Date: 2025-11-03 10:52:09
* @LastEditors: shirlwang * @LastEditors: shirlwang
* @LastEditTime: 2025-11-04 11:14:21 * @LastEditTime: 2025-11-19 14:01:51
*/ */
import App from '@/App' import App from '@/App'
import * as Pinia from 'pinia' import * as Pinia from 'pinia'
@@ -19,10 +19,10 @@ import SelectPopupPlugin from '@/components/selectPopup/selectPopupPlugin';
import RenderJobs from '@/components/renderJobs/renderJobs.vue'; import RenderJobs from '@/components/renderJobs/renderJobs.vue';
import RenderCompanys from '@/components/renderCompanys/renderCompanys.vue'; import RenderCompanys from '@/components/renderCompanys/renderCompanys.vue';
import uniIcons from './uni_modules/uni-icons/components/uni-icons/uni-icons.vue' import uniIcons from './uni_modules/uni-icons/components/uni-icons/uni-icons.vue'
import uniPopup from './uni_modules/uni-popup/components/uni-popup/uni-popup.vue' // import uniPopup from './uni_modules/uni-popup/components/uni-popup/uni-popup.vue'
import uniDataSelect from './uni_modules/uni-data-select/components/uni-data-select/uni-data-select.vue' // import uniDataSelect from './uni_modules/uni-data-select/components/uni-data-select/uni-data-select.vue'
import uniSwipeAction from './uni_modules/uni-swipe-action/components/uni-swipe-action/uni-swipe-action.vue' // import uniSwipeAction from './uni_modules/uni-swipe-action/components/uni-swipe-action/uni-swipe-action.vue'
import uniSwipeActionItem from './uni_modules/uni-swipe-action/components/uni-swipe-action-item/uni-swipe-action-item.vue' // import uniSwipeActionItem from './uni_modules/uni-swipe-action/components/uni-swipe-action-item/uni-swipe-action-item.vue'
import storeRc from './utilsRc/store/index.js' import storeRc from './utilsRc/store/index.js'
import {processFileUrl,} from '@/utilsRc/common.js' import {processFileUrl,} from '@/utilsRc/common.js'
// iconfont.css 已在 App.vue 中通过 @import 引入,无需在此处重复引入 // iconfont.css 已在 App.vue 中通过 @import 引入,无需在此处重复引入
@@ -52,10 +52,10 @@ export function createApp() {
app.component('RenderJobs', RenderJobs) app.component('RenderJobs', RenderJobs)
app.component('RenderCompanys', RenderCompanys) app.component('RenderCompanys', RenderCompanys)
app.component('uni-icons', uniIcons) app.component('uni-icons', uniIcons)
app.component('uni-popup', uniPopup) // app.component('uni-popup', uniPopup)
app.component('uni-data-select', uniDataSelect) // app.component('uni-data-select', uniDataSelect)
app.component('uni-swipe-action', uniSwipeAction) // app.component('uni-swipe-action', uniSwipeAction)
app.component('uni-swipe-action-item', uniSwipeActionItem) // app.component('uni-swipe-action-item', uniSwipeActionItem)
app.config.globalProperties.$processFileUrl = processFileUrl; app.config.globalProperties.$processFileUrl = processFileUrl;

View File

@@ -1,13 +1,13 @@
<!-- <!--
* @Date: 2025-10-16 15:15:47 * @Date: 2025-10-16 15:15:47
* @LastEditors: lip * @LastEditors: shirlwang
* @LastEditTime: 2025-11-07 12:08:01 * @LastEditTime: 2025-11-19 14:06:38
--> -->
<template> <template>
<!-- @scroll="handleScroll" @scrolltolower="scrollBottom" --> <!-- @scroll="handleScroll" @scrolltolower="scrollBottom" -->
<scroll-view :scroll-y="true" class="container" style="background-image: url('../../../packageRc/static/pageBg.png');"> <scroll-view :scroll-y="true" class="container" style="background-image: url('../../../packageRc/static/pageBg.png');">
<view style="padding: 40rpx 28rpx;"> <view style="padding: 40rpx 28rpx;">
<view class="kinggang"> <!-- <view class="kinggang">
<view @click="navTo('/packageA/pages/myResume/myResume')"> <view @click="navTo('/packageA/pages/myResume/myResume')">
<image src="../../../packageRc/static/kinggang1.png"/> <image src="../../../packageRc/static/kinggang1.png"/>
<view>信息维护</view> <view>信息维护</view>
@@ -28,7 +28,7 @@
<image src="../../../packageRc/static/kinggang4.png"/> <image src="../../../packageRc/static/kinggang4.png"/>
<view>素质测评</view> <view>素质测评</view>
</view> </view>
</view> </view> -->
<view class="tabs"> <view class="tabs">
<view class="tab" :class="{active: pageState.type == ''}" @click="changeJobType('')">岗位列表</view> <view class="tab" :class="{active: pageState.type == ''}" @click="changeJobType('')">岗位列表</view>
<view class="tab" :class="{active: pageState.type == 2}" @click="changeJobType(2)">实习实训</view> <view class="tab" :class="{active: pageState.type == 2}" @click="changeJobType(2)">实习实训</view>