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