yee 7 роки тому
батько
коміт
60021f3411
3 змінених файлів з 3 додано та 4 видалено
  1. 1 1
      package-lock.json
  2. 1 1
      package.json
  3. 1 2
      webpack.config.js

+ 1 - 1
package-lock.json

@@ -1,6 +1,6 @@
 {
   "name": "afanti",
-  "version": "1.0.40",
+  "version": "1.0.41",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "afanti",
-  "version": "1.0.40",
+  "version": "1.0.41",
   "description": "",
   "main": "index.js",
   "scripts": {

+ 1 - 2
webpack.config.js

@@ -230,8 +230,7 @@ module.exports = (function () {
             }
         }));
     }
-    //let staticHost = 'http://afts.hnzhiming.com';
-     let staticHost = 'http://127.0.0.1';
+    let staticHost = 'http://afts.hnzhiming.com';
     switch (argv.env.deploy) {
         case 'stage':
             staticHost = 'http://aftts.hnzhiming.com';