'1.招聘页面去掉个人招工2.去掉个人招工入口'
This commit is contained in:
@@ -170,7 +170,8 @@ export default {
|
|||||||
isSearch: false,
|
isSearch: false,
|
||||||
searchData: {},
|
searchData: {},
|
||||||
|
|
||||||
nonReactiveArray: ["推荐任务", "推荐岗位", "个体户招工"],
|
// nonReactiveArray: ["推荐任务", "推荐岗位", "个体户招工"],
|
||||||
|
nonReactiveArray: ["推荐零工任务", "推荐企业岗位"],
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onLoad: function () {
|
onLoad: function () {
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="container">
|
<view class="container">
|
||||||
<view class="select">请选择</view>
|
<!-- <view class="select">请选择</view>
|
||||||
<view class="select-text">您是个体户招工还是企业招工</view>
|
<view class="select-text">您是个体户招工还是企业招工</view> -->
|
||||||
<view class="block" @click="next(0)">
|
<!-- <view class="block" @click="next(0)">
|
||||||
<img src="../../static/img/zhao_icon1.png" alt="" />
|
<img src="../../static/img/zhao_icon1.png" alt="" />
|
||||||
<view class="block-text">个体户招工</view>
|
<view class="block-text">个体户招工</view>
|
||||||
</view>
|
</view> -->
|
||||||
<view class="block" @click="next(1)">
|
<view class="block" @click="next(1)">
|
||||||
<img src="../../static/img/zhao_icon2.png" alt="" />
|
<img src="../../static/img/zhao_icon2.png" alt="" />
|
||||||
<view class="block-text" style="background-color: #4171F9;">企业招工</view>
|
<view class="block-text" style="background-color: #4171F9;">企业招工</view>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ module.exports = {
|
|||||||
port: 1887,
|
port: 1887,
|
||||||
proxy: {
|
proxy: {
|
||||||
'/api': {
|
'/api': {
|
||||||
target: 'http://localhost:8000',
|
target: 'http://10.165.0.173:8000',
|
||||||
ws: true,
|
ws: true,
|
||||||
pathRewrite: {
|
pathRewrite: {
|
||||||
'^/api': '/'
|
'^/api': '/'
|
||||||
|
|||||||
Reference in New Issue
Block a user