liting2017 6 years ago
parent
commit
53beca6a52
1 changed files with 1 additions and 1 deletions
  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';