From 24d4b306d6eac5ac5d54955c954fca183010c165 Mon Sep 17 00:00:00 2001 From: lampo1024 Date: Sun, 5 May 2019 23:07:20 +0800 Subject: [PATCH] Revert api base url --- DncZeus.App/src/config/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DncZeus.App/src/config/index.js b/DncZeus.App/src/config/index.js index f0f8822..d877d89 100644 --- a/DncZeus.App/src/config/index.js +++ b/DncZeus.App/src/config/index.js @@ -18,12 +18,12 @@ export default { */ baseUrl: { dev: 'http://localhost:54321/', - pro: 'https://api.dnczeus.codedefault.com/', + pro: 'http://localhost:54321/', defaultPrefix:"api/v1/" }, authUrl: { dev: 'http://localhost:54321/api/oauth/auth', - pro: 'https://api.dnczeus.codedefault.com/api/oauth/auth' + pro: 'http://localhost:54321/api/oauth/auth' }, /** * @description 默认打开的首页的路由name值,默认为home