Browse Source

auto commit

gcz 4 years ago
parent
commit
acf8b15135
2 changed files with 3 additions and 2 deletions
  1. 2 1
      build/utils.js
  2. 1 1
      config/prod.env.js

+ 2 - 1
build/utils.js

@@ -47,7 +47,8 @@ exports.cssLoaders = function (options) {
     if (options.extract) {
       return ExtractTextPlugin.extract({
         use: loaders,
-        fallback: 'vue-style-loader'
+        fallback: 'vue-style-loader',
+        publicPath:'../../'
       })
     } else {
       return ['vue-style-loader'].concat(loaders)

+ 1 - 1
config/prod.env.js

@@ -1,6 +1,6 @@
 'use strict'
 module.exports = {
   NODE_ENV: '"production"',
-  BASE_API: '"http://172.16.90.64:9098/forest-admin"'
+  BASE_API: '"http://forestweb.hw.hongweisoft.com/api/forest-admin"'
 
 }