Skip to content

Commit

Permalink
生产环境用域名访问
Browse files Browse the repository at this point in the history
  • Loading branch information
zhh committed Aug 21, 2018
1 parent 632cbc2 commit 211bb22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/prod.env.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'use strict'
module.exports = {
NODE_ENV: '"production"',
BASE_API: '"https://localhost:8080"'
BASE_API: '"https://mall-admin:8080"'
}

0 comments on commit 211bb22

Please sign in to comment.