上饶市警务平台后台管理前端
zhongrj
2023-02-12 5a06889174ae7bb2fee58816c73da529be608b31
登录账号默认去除,警务站微调
3 files modified
13 ■■■■■ changed files
src/page/login/userlogin.vue 4 ●●●● patch | view | raw | blame | history
src/views/policePost/policePost.vue 7 ●●●● patch | view | raw | blame | history
vue.config.js 2 ●●● patch | view | raw | blame | history
src/page/login/userlogin.vue
@@ -88,9 +88,9 @@
          //角色ID
          roleId: "",
          //用户名
          username: "admin",
          username: "",
          //密码
          password: "admin",
          password: "",
          //账号类型
          type: "account",
          //验证码的值
src/views/policePost/policePost.vue
@@ -94,7 +94,7 @@
              }]
            },
            {
              label: "所属派出所",
              label: "关联派出所",
              labelWidth:100,
              prop: "policeStationId",
              type: "tree",
@@ -105,12 +105,15 @@
                value:'id',
                children:'children'
              },
              leafOnly:"false",
              defaultExpandAll:true,
              // checkStrictly:true,
              // search: true,
              searchSpan:6,
              searchLabelWidth:120,
              rules: [{
                required: true,
                message: "请选择所属派出所",
                message: "请选择关联派出所",
                trigger: "blur"
              }]
            },
vue.config.js
@@ -36,7 +36,7 @@
        proxy: {
            '/api': {
                //本地服务接口地址
                target: 'http://192.168.0.102:82',
                target: 'http://localhost:82',
                //远程演示服务地址,可用于直接启动项目
                //target: 'https://saber.bladex.vip/api',
                ws: true,