fengxiang
2018-07-11 5ff5fdaee98e8b2a0776ee5747292aa08a6b26df
src/app/delon.module.ts
@@ -35,7 +35,7 @@
export function delonAuthConfig(): DelonAuthConfig {
  return Object.assign(new DelonAuthConfig(), <DelonAuthConfig>{
    token_send_key : 'X-Authorization',
    token_send_template : 'Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhZG1pbiIsIm9pZCI6NSwibW9kZSI6IldlYiIsInNjb3BlcyI6WyJ0ZW1wIl0sImlzcyI6Imh0dHA6Ly9tb25pdG9yLjdkcmxiLmNvbSIsImlhdCI6MTUzMDg2NDIyNSwiZXhwIjoxNTM4NjQwMjI1fQ.QMhnq_01fSjCeMHMJwRgDnEWMuMshCxHff5J3s2fVPq_VDZC3Iid1ug9KSfWcBn8Ry03xitHTmkgnF1O_rckxA',
    token_send_template : 'Bearer ${token}',
    token_send_place : 'header',
    login_url: `/passport/login`,
    allow_anonymous_key: `_allow_anonymous`