From 31b12ff843f263b8c0bbb3ea0818c562c51fc496 Mon Sep 17 00:00:00 2001
From: 沈斌 <bluelazysb@hotmail.com>
Date: Thu, 12 Jul 2018 11:55:39 +0800
Subject: [PATCH] updates
---
src/app/core/net/default.interceptor.ts | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/app/core/net/default.interceptor.ts b/src/app/core/net/default.interceptor.ts
index 236992a..6233402 100644
--- a/src/app/core/net/default.interceptor.ts
+++ b/src/app/core/net/default.interceptor.ts
@@ -27,7 +27,6 @@
// TIPS������TOKEN��������������� `@delon/auth` ������
// Document: http://ng-alain.com/docs/auth
- debugger;
// ���������������������������
let url = req.url;
if (!url.startsWith('https://') && !url.startsWith('http://') && !url.startsWith('assets')) {
--
Gitblit v1.8.0