anderx vor 4 Jahren
Ursprung
Commit
d87105a45d
3 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. 1 1
      package-lock.json
  2. 1 1
      webpack-dll.config.js
  3. 2 2
      webpack.config.js

+ 1 - 1
package-lock.json

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

+ 1 - 1
webpack-dll.config.js

@@ -10,7 +10,7 @@ let theme = {
   '@link-color': '#58a3ff'
 };
 module.exports = (function () {
-  let staticHost = 'http://192.168.0.160';
+  let staticHost = 'http://172.16.0.254';
   switch (argv.env.deploy) {
     case 'test':
       staticHost = 'http://static.jishutao.com';

+ 2 - 2
webpack.config.js

@@ -310,7 +310,7 @@ module.exports = (function () {
     }
 
     //let staticHost = 'http://afts.hnzhiming.com';
-    let staticHost = "http://172.16.0.253";
+    let staticHost = "http://172.16.0.254";
     // let staticHost = "http://192.168.0.106";
     // let staticHost = "http://192.168.0.103";
     switch (argv.env.deploy) {
@@ -351,7 +351,7 @@ module.exports = (function () {
         // }
         devServer: {
             disableHostCheck: true,
-            host: '172.16.0.253',
+            host: '172.16.0.254',
             port: 80,
             allowedHosts: ['127.0.0.1', '192.168.0.20', '192.168.0.99'],
             headers: {