flat: 暂存

This commit is contained in:
Apcallover
2024-03-13 19:17:53 +08:00
2 changed files with 21 additions and 9 deletions

View File

@@ -756,17 +756,29 @@ export default {
refreshBtn: false, refreshBtn: false,
height: '100', height: '100',
column: [{ column: [{
label: '服务时间',
prop: 'createTime'
},{
label: '服务发起人',
prop: 'fromName'
},{
label: '服务对象',
prop: 'toName'
},{
label: '服务主题',
prop: 'serveTheme'
},{
label: '服务内容',
prop: 'serveContent'
},{
label: '附件备注',
prop: 'serveOther'
},{
label: '备注1', label: '备注1',
prop: 'bak1' prop: 'bak1'
},{ },{
label: '备注2', label: '备注2',
prop: 'bak2' prop: 'bak2'
},{
label: '备注3',
prop: 'bak3'
},{
label: '备注4',
prop: 'bak4'
}] }]
} }
}, },

View File

@@ -24,9 +24,9 @@ module.exports = {
proxy: { proxy: {
"/api": { "/api": {
// target: 'http://localhost:8000', // 本地服务接口地址 // target: 'http://localhost:8000', // 本地服务接口地址
// target: "http://39.98.184.58:8000", // 阿里云后台地址 target: "http://39.98.184.58:8000", // 阿里云后台地址
// target: "http://192.168.3.108:8000", // 本地 // target: "http://192.168.3.104:8000", // 本地
target: 'http://192.168.3.111:8000', // target: 'http://192.168.3.111:8000',
ws: true, ws: true,
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {