liting2017 6 years ago
parent
commit
069d54b79a
2 changed files with 3 additions and 3 deletions
  1. 1 1
      package.json
  2. 2 2
      webpack.config.js

+ 1 - 1
package.json

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

+ 2 - 2
webpack.config.js

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