更新
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
</view>
|
||||
<view v-bind:class="['jobText']">
|
||||
{{ myResume.city !== "{}" ? myResume.city.id ? getCity(myResume.city.id) : myResume.city.workplace :
|
||||
'请选择'
|
||||
'请选择'
|
||||
}}
|
||||
</view>
|
||||
</view>
|
||||
@@ -141,7 +141,7 @@ export default {
|
||||
phone: "",
|
||||
},
|
||||
mySkills: [],
|
||||
id: '1298609524179660801',
|
||||
id: undefined,
|
||||
// id: '',
|
||||
buttonList: [{
|
||||
title: '删除',
|
||||
@@ -203,6 +203,7 @@ export default {
|
||||
this.isShowButton = false;
|
||||
if (data && data.id) {
|
||||
this.id = data.id
|
||||
console.log(this.id,'-----------------------------');
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
@@ -3,7 +3,8 @@ module.exports = {
|
||||
port: 1887,
|
||||
proxy: {
|
||||
'/api': {
|
||||
target: 'http://10.165.0.173:8000', // 本地服务接口地址
|
||||
target: 'http://10.165.0.173:8000', // 内网
|
||||
// target: 'http://192.168.1.109:8000', // 本地测试
|
||||
ws: true,
|
||||
pathRewrite: {
|
||||
'^/api': '/'
|
||||
|
||||
Reference in New Issue
Block a user