| | |
| | | //角色ID |
| | | roleId: "", |
| | | //用户名 |
| | | username: "admin", |
| | | username: "", |
| | | //密码 |
| | | password: "admin", |
| | | password: "", |
| | | //账号类型 |
| | | type: "account", |
| | | //验证码的值 |
| | |
| | | }] |
| | | }, |
| | | { |
| | | label: "所属派出所", |
| | | label: "关联派出所", |
| | | labelWidth:100, |
| | | prop: "policeStationId", |
| | | type: "tree", |
| | |
| | | value:'id', |
| | | children:'children' |
| | | }, |
| | | leafOnly:"false", |
| | | defaultExpandAll:true, |
| | | // checkStrictly:true, |
| | | // search: true, |
| | | searchSpan:6, |
| | | searchLabelWidth:120, |
| | | rules: [{ |
| | | required: true, |
| | | message: "请选择所属派出所", |
| | | message: "请选择关联派出所", |
| | | trigger: "blur" |
| | | }] |
| | | }, |
| | |
| | | proxy: { |
| | | '/api': { |
| | | //本地服务接口地址 |
| | | target: 'http://192.168.0.102:82', |
| | | target: 'http://localhost:82', |
| | | //远程演示服务地址,可用于直接启动项目 |
| | | //target: 'https://saber.bladex.vip/api', |
| | | ws: true, |