Luyus
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
module.exports = {
|
||||
NODE_ENV: '"development"',
|
||||
ENV_CONFIG: '"dev"',
|
||||
BASE_API: '"192.168.123.5"',
|
||||
PROTOCOL:'"https://"',
|
||||
BASE_API: '""',
|
||||
PROTOCOL: '"" + window.location.protocol + "//"',
|
||||
}
|
||||
|
||||
@@ -83,7 +83,7 @@ module.exports = {
|
||||
assetsSubDirectory: 'static',
|
||||
|
||||
// you can set by youself according to actual condition
|
||||
assetsPublicPath: '/',
|
||||
assetsPublicPath: '/manage/',
|
||||
|
||||
/**
|
||||
* Source Maps
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module.exports = {
|
||||
NODE_ENV: '"production"',
|
||||
ENV_CONFIG: '"prod"',
|
||||
BASE_API: '"192.168.123.5"',
|
||||
PROTOCOL:'"https://"',
|
||||
BASE_API: '""',
|
||||
PROTOCOL: '"" + window.location.protocol + "//"',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user