flat: 暂存
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
<view class="jobcontent" @click="skill">
|
<view class="jobcontent" @click="skill">
|
||||||
<view class="jobinfo">
|
<view class="jobinfo">
|
||||||
<view class="jobAddress">
|
<view class="jobAddress">
|
||||||
我具备的工种
|
工种
|
||||||
</view>
|
</view>
|
||||||
<view v-if="worktypesName" class="jobText">{{ worktypesName }}</view>
|
<view v-if="worktypesName" class="jobText">{{ worktypesName }}</view>
|
||||||
<view v-else class="jobText nochoose">请选择</view>
|
<view v-else class="jobText nochoose">请选择</view>
|
||||||
@@ -31,7 +31,7 @@
|
|||||||
<view class="jobcontent" @click="skillLevel">
|
<view class="jobcontent" @click="skillLevel">
|
||||||
<view class="jobinfo">
|
<view class="jobinfo">
|
||||||
<view class="jobAddress">
|
<view class="jobAddress">
|
||||||
我从事的岗位
|
期望岗位
|
||||||
</view>
|
</view>
|
||||||
<view v-if="skillsName" class="jobText">{{ skillsName }}</view>
|
<view v-if="skillsName" class="jobText">{{ skillsName }}</view>
|
||||||
<view v-else class="jobText nochoose">请选择</view>
|
<view v-else class="jobText nochoose">请选择</view>
|
||||||
|
|||||||
@@ -3,11 +3,7 @@ module.exports = {
|
|||||||
port: 1887,
|
port: 1887,
|
||||||
proxy: {
|
proxy: {
|
||||||
'/api': {
|
'/api': {
|
||||||
// target: 'http://192.168.3.108:8000', // 本地服务接口地址
|
target: 'http://localhost:8000', // 本地服务接口地址
|
||||||
// target: 'http://192.168.3.112:8000', // 本地服务接口地址
|
|
||||||
// target: 'http://10.165.0.173:8000', // 本地服务接口地址
|
|
||||||
target: 'http://192.168.1.106:8000', // 本地服务接口地址
|
|
||||||
// target: 'http://192.168.3.120:8000', // 本地服务接口地址
|
|
||||||
ws: true,
|
ws: true,
|
||||||
pathRewrite: {
|
pathRewrite: {
|
||||||
'^/api': '/'
|
'^/api': '/'
|
||||||
|
|||||||
Reference in New Issue
Block a user