yee 7 years ago
parent
commit
4dcbec3902
1 changed files with 1 additions and 1 deletions
  1. 1 1
      webpack.config.js

+ 1 - 1
webpack.config.js

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