liting2017 hace 7 años
padre
commit
53beca6a52
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      webpack.config.js

+ 1 - 1
webpack.config.js

@@ -307,7 +307,7 @@ module.exports = (function () {
     let staticHost = 'http://192.168.0.188';
     switch (argv.env.deploy) {
         case 'test':
-            staticHost = 'http://static.jishutao.com';
+            staticHost = 'http://static.kedexinxi.com';
             break;
         case 'prod':
             staticHost = 'http://s.kedexinxi.com';