|
@@ -215,10 +215,10 @@ module.exports = (function () {
|
|
|
let staticHost = 'http://afts.hnzhiming.com';
|
|
|
switch (argv.env.deploy) {
|
|
|
case 'stage':
|
|
|
- staticHost = 'http://s.jishutao.com';
|
|
|
+ staticHost = 'http://aftts.hnzhiming.com';
|
|
|
break;
|
|
|
case 'prod':
|
|
|
- staticHost = 'http://static.goafanti.com';
|
|
|
+ staticHost = 'http://s.jishutao.com';
|
|
|
break;
|
|
|
default:
|
|
|
break;
|