Compare commits
3 Commits
65795492b3
...
CareerMap
| Author | SHA1 | Date | |
|---|---|---|---|
| ea21fc68a4 | |||
| d6dc210084 | |||
| c666b90961 |
@@ -51,7 +51,7 @@ const prePage = () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// export const urls ='http://10.110.145.145/images/train/'
|
// export const urls ='http://10.110.145.145/images/train/'
|
||||||
export const urls ='http://222.80.110.161:11111/images/train/'
|
export const urls ='http://222.80.110.161:80/images/train/'
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 页面跳转封装,支持 query 参数传递和返回回调
|
* 页面跳转封装,支持 query 参数传递和返回回调
|
||||||
|
|||||||
@@ -2,9 +2,9 @@ let baseUrl = ""
|
|||||||
// #ifdef MP-WEIXIN
|
// #ifdef MP-WEIXIN
|
||||||
// 编译项目,因为使用插件lime-echart,echart文件过大,需要非压缩代码方式编译,不然会很慢,发布的时候才压缩代码方式编译
|
// 编译项目,因为使用插件lime-echart,echart文件过大,需要非压缩代码方式编译,不然会很慢,发布的时候才压缩代码方式编译
|
||||||
if (wx.getAccountInfoSync().miniProgram.envVersion === 'develop') {
|
if (wx.getAccountInfoSync().miniProgram.envVersion === 'develop') {
|
||||||
baseUrl = 'http://222.80.110.161:11111/career' // 开发环境
|
baseUrl = 'http://222.80.110.161:80/career' // 开发环境
|
||||||
} else {
|
} else {
|
||||||
baseUrl = 'http://222.80.110.161:11111/career' // 生产环境
|
baseUrl = 'http://222.80.110.161:80/career' // 生产环境
|
||||||
}
|
}
|
||||||
// #endif
|
// #endif
|
||||||
|
|
||||||
|
|||||||
@@ -412,7 +412,7 @@
|
|||||||
@close="showTime = false"
|
@close="showTime = false"
|
||||||
></u-datetime-picker> -->
|
></u-datetime-picker> -->
|
||||||
<!-- 社区端 - 显示隐藏退出组件 -->
|
<!-- 社区端 - 显示隐藏退出组件 -->
|
||||||
<exitPopup />
|
<!-- <exitPopup /> -->
|
||||||
<DealDone ref="dealDone" @finished="getListPersonDemand();"/>
|
<DealDone ref="dealDone" @finished="getListPersonDemand();"/>
|
||||||
<!-- <uni-popup background-color="#fff" type="bottom"
|
<!-- <uni-popup background-color="#fff" type="bottom"
|
||||||
ref="openDeal"
|
ref="openDeal"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<!--
|
<!--
|
||||||
* @Date: 2024-10-08 14:29:36
|
* @Date: 2024-10-08 14:29:36
|
||||||
* @LastEditors: shirlwang
|
* @LastEditors: shirlwang
|
||||||
* @LastEditTime: 2025-11-04 16:16:45
|
* @LastEditTime: 2025-12-16 17:50:45
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
<view class="page" style="background-image: url('../../../packageRc/static/pageBg.png');">
|
<view class="page" style="background-image: url('../../../packageRc/static/pageBg.png');">
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
<trainService v-if="activeType == 4" :needId="id" :name="name" ref="type4" />
|
<trainService v-if="activeType == 4" :needId="id" :name="name" ref="type4" />
|
||||||
<otherService v-if="activeType == 5" :needId="id" :name="name" ref="type5" />
|
<otherService v-if="activeType == 5" :needId="id" :name="name" ref="type5" />
|
||||||
<!-- 社区端 - 显示隐藏退出组件 -->
|
<!-- 社区端 - 显示隐藏退出组件 -->
|
||||||
<exitPopup />
|
<!-- <exitPopup /> -->
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<!--
|
<!--
|
||||||
* @Date: 2024-10-08 14:29:36
|
* @Date: 2024-10-08 14:29:36
|
||||||
* @LastEditors: shirlwang
|
* @LastEditors: shirlwang
|
||||||
* @LastEditTime: 2025-11-04 17:16:49
|
* @LastEditTime: 2025-12-16 17:50:03
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
<view class="page" style="background-image: url('../../../packageRc/static/pageBg.png');">
|
<view class="page" style="background-image: url('../../../packageRc/static/pageBg.png');">
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
<trainService v-if="activeType == 4" :needId="id" :name="name" ref="type4" />
|
<trainService v-if="activeType == 4" :needId="id" :name="name" ref="type4" />
|
||||||
<otherService v-if="activeType == 5" :needId="id" :name="name" ref="type5" />
|
<otherService v-if="activeType == 5" :needId="id" :name="name" ref="type5" />
|
||||||
<!-- 社区端 - 显示隐藏退出组件 -->
|
<!-- 社区端 - 显示隐藏退出组件 -->
|
||||||
<exitPopup />
|
<!-- <exitPopup /> -->
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
@@ -153,7 +153,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<!-- 社区端 - 显示隐藏退出组件 -->
|
<!-- 社区端 - 显示隐藏退出组件 -->
|
||||||
<exitPopup />
|
<!-- <exitPopup /> -->
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
@@ -273,14 +273,14 @@ import {
|
|||||||
returnPerson,
|
returnPerson,
|
||||||
updatePersonInfo,
|
updatePersonInfo,
|
||||||
} from "../../api/company/index.js";
|
} from "../../api/company/index.js";
|
||||||
import exitPopup from "../../components/exitPopup.vue";
|
// import exitPopup from "../../components/exitPopup.vue";
|
||||||
import {
|
import {
|
||||||
getDicts
|
getDicts
|
||||||
} from '@/packageRc/apiRc/system/dict.js'
|
} from '@/packageRc/apiRc/system/dict.js'
|
||||||
export default {
|
export default {
|
||||||
name: "personnelList",
|
name: "personnelList",
|
||||||
components: {
|
components: {
|
||||||
exitPopup,
|
// exitPopup,
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
|||||||
@@ -1101,10 +1101,14 @@ function goRc(){
|
|||||||
let userInfo = uni.getStorageSync('userInfo')
|
let userInfo = uni.getStorageSync('userInfo')
|
||||||
if(userInfo.isCompanyUser == 2){
|
if(userInfo.isCompanyUser == 2){
|
||||||
storeRc.dispatch('LoginByID', userInfo.userId).then(res => {
|
storeRc.dispatch('LoginByID', userInfo.userId).then(res => {
|
||||||
|
// storeRc.dispatch('LoginByID', 2025111679160750).then(res => {
|
||||||
storeRc.dispatch('GetInfo').then(res => {
|
storeRc.dispatch('GetInfo').then(res => {
|
||||||
navTo('/packageRc/pages/daiban/daiban');
|
navTo('/packageRc/pages/daiban/daiban');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
// test0001 202511491561998
|
||||||
|
// test0002 202511381669113
|
||||||
|
// test0003 2025111679160750
|
||||||
}else if(userInfo.isCompanyUser == 1){
|
}else if(userInfo.isCompanyUser == 1){
|
||||||
storeRc.dispatch('LoginByUserInfo', userInfo).then(res => {
|
storeRc.dispatch('LoginByUserInfo', userInfo).then(res => {
|
||||||
navTo('/packageRc/pages/index/index');
|
navTo('/packageRc/pages/index/index');
|
||||||
|
|||||||
@@ -194,7 +194,7 @@ const handleLogin = async () => {
|
|||||||
icon: 'success'
|
icon: 'success'
|
||||||
})
|
})
|
||||||
// window.location.assign('http://222.80.110.161:11111/mechine-dual-vue/login')
|
// window.location.assign('http://222.80.110.161:11111/mechine-dual-vue/login')
|
||||||
window.location.assign('http://222.80.110.161:11111/mechine-single-vue/login')
|
window.location.assign('http://222.80.110.161:80/mechine-single-vue/login')
|
||||||
// // 跳转到首页
|
// // 跳转到首页
|
||||||
// uni.reLaunch({
|
// uni.reLaunch({
|
||||||
// url: '/pages/index/index'
|
// url: '/pages/index/index'
|
||||||
|
|||||||
Reference in New Issue
Block a user