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