diff --git a/config.js b/config.js
index 502066f..b005721 100644
--- a/config.js
+++ b/config.js
@@ -1,6 +1,6 @@
export default {
- baseUrl: 'https://fw.rc.qingdao.gov.cn/rgpp-api/api', // 内网
- // baseUrl: 'https://qd.zhaopinzao8dian.com/api', // 测试
+ // baseUrl: 'https://fw.rc.qingdao.gov.cn/rgpp-api/api', // 内网
+ baseUrl: 'https://qd.zhaopinzao8dian.com/api', // 测试
// baseUrl: 'http://192.168.3.29:8081',
// baseUrl: 'http://10.213.6.207:19010/api',
// 语音转文字
diff --git a/pages/careerfair/careerfair.vue b/pages/careerfair/careerfair.vue
index d6b81e0..e9ac742 100644
--- a/pages/careerfair/careerfair.vue
+++ b/pages/careerfair/careerfair.vue
@@ -7,7 +7,7 @@
-
@@ -196,7 +196,6 @@ function changeSwiperMsgType(e) {
function seemsg(index) {
if (index === 1) {
- if(isMachineEnv.value) return $api.msg('暂未开放');
handleItemClick();
return;
}
diff --git a/pages/index/components/index-refactor.vue b/pages/index/components/index-refactor.vue
index 8fb422b..242a17e 100644
--- a/pages/index/components/index-refactor.vue
+++ b/pages/index/components/index-refactor.vue
@@ -20,7 +20,7 @@
-
+
@@ -56,7 +56,7 @@
-
+
简历匹配职位
@@ -65,8 +65,7 @@
-
-
+
附近工作
好岗职等你来
@@ -364,6 +363,7 @@ onMounted(() => {
let firstEntry = uni.getStorageSync('firstEntry') === false ? false : true; // 默认未读
maskFirstEntry.value = firstEntry;
getMatchTags();
+ console.log(isMachineEnv.value,'+++++++++')
});
async function getMatchTags() {
@@ -425,7 +425,6 @@ const handleTagClick = (tagInfo) => {
};
const handleItemClick = (item) => {
- if(isMachineEnv.value) return $api.msg('暂未开放');
switch (item) {
case '素质测评':
lightAppJssdk.navigation.hide({
@@ -892,6 +891,12 @@ defineExpose({ loadData });
height: 36rpx;
color: #000000;
padding: 20rpx 30rpx
+.match-move-top
+ margin-top:-20rpx !important;
+.cards-move-top
+ margin-top:-60rpx !important;
+ position:relative;
+ z-index:1
.ai-card-out
width:100%;
box-sizing:border-box
diff --git a/pages/mine/mine.vue b/pages/mine/mine.vue
index 5c5a29e..de85063 100644
--- a/pages/mine/mine.vue
+++ b/pages/mine/mine.vue
@@ -56,7 +56,7 @@
已认证
-
+
素质测评
@@ -65,7 +65,7 @@
-
+
AI面试
@@ -166,7 +166,6 @@ const handleItemClick = (item) => {
});
break;
case '模拟面试':
- if(isMachineEnv.value) return $api.msg('暂未开放');
lightAppJssdk.navigation.hide({
url: config.mock_interview,
});