Sfoglia il codice sorgente

- 新增长安的后端地址
- 删除角色管理的无效接口路径
- README 写上项目名

赖云浩 4 anni fa
parent
commit
f371ad8a66
3 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 1 1
      README.md
  2. 2 1
      config/dev.env.js
  3. 0 1
      src/api/role-auth-info.js

+ 1 - 1
README.md

@@ -1,4 +1,4 @@
-#
+# 统一授权
 > UI-DESIGN-V4
 #搭建和运行前端开发环境
 #从svn下载前端工程目录

+ 2 - 1
config/dev.env.js

@@ -35,7 +35,8 @@ module.exports = merge(prodEnv, {
     PROXY_TABLE: JSON.stringify({
         "/dcucauth": {
             // target: "http://10.11.1.155:8871" // 傅志强
-            target: "http://10.11.1.192:8871" // 马志强
+            // target: "http://10.11.1.192:8871" // 马志强
+            target:"http://10.11.1.142:8871" // 易长安
         }
     })
 });

+ 0 - 1
src/api/role-auth-info.js

@@ -48,5 +48,4 @@ export function savePersion(data){
 // 业务域
 export function getBusiness(value){
     return axios.get(`/duceap/v2/resource/codelist/code/DM_ROLE_LEVEL`)
-    // return axios.getBu(`/duacm/codeSon/v2/searchColumn`,{codeDicId:'DM_POLICE_BUSINESS',columnName:'police_type_id',columnValue:value})
 }