yee 7 years ago
parent
commit
1207c3cb62
1 changed files with 2 additions and 2 deletions
  1. 2 2
      webpack.config.js

+ 2 - 2
webpack.config.js

@@ -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;