yee hace 7 años
padre
commit
4dcbec3902
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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';