liting2017 6 anni fa
parent
commit
069d54b79a
2 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 1 1
      package.json
  2. 2 2
      webpack.config.js

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "aft-portal",
-  "version": "2.0.6",
+  "version": "1.0.0",
   "description": "",
   "main": "index.js",
   "scripts": {

+ 2 - 2
webpack.config.js

@@ -274,10 +274,10 @@ module.exports = (function () {
     let staticHost = 'http://192.168.1.166';
     switch (argv.env.deploy) {
         case 'test':
-            staticHost = 'http://static.jishutao.com';
+            staticHost = 'http://statics.jishutao.com';
             break;
         case 'prod':
-            staticHost = 'http://s.jishutao.com';
+            staticHost = 'http://ss.jishutao.com';
             break;
         default:
             break;