Commit ba1e0152 authored by 李尚科's avatar 李尚科

fix conflict

parent 397d0e51
......@@ -14,6 +14,7 @@ module.exports = appInfo => {
// use for cookie sign key, should change to your own and keep security
config.keys = appInfo.name + '_1554705194320_9697';
config.projectRootPath = '/51business/api';
config.projectRootPath = '/51business/api';
......
......@@ -6,6 +6,7 @@ module.exports = appInfo => {
// use for cookie sign key, should change to your own and keep security
config.keys = appInfo.name + '_1554705194320_9697';
config.projectRootPath = '/51business/api';
// 是否启用csrf安全
......@@ -77,6 +78,7 @@ module.exports = appInfo => {
config.PHP_URL = 'https://kaifa.jianbing.com';
config.NODE_URL = 'https://dev-nginx.jianbing.com';
config.HOUSE_SERVICE_API = 'https://dev-nginx.jianbing.com/house-service';
return config;
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment