Skip to content

Commit

Permalink
Revert api base url
Browse files Browse the repository at this point in the history
  • Loading branch information
lampo1024 committed May 5, 2019
1 parent cc06fbf commit 24d4b30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DncZeus.App/src/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 24d4b30

Please sign in to comment.