Browse Source

Merge branch 'update' of http://git.shengws.com/zhangbj/xt_pad into update

csx 5 years ago
parent
commit
e3628816c2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build/build-cdn.js

+ 1 - 1
build/build-cdn.js View File

@@ -34,7 +34,7 @@ webpackConfig.plugins.push(new QiniuPlugin({
34 34
   path: `pad/${verNow}/`
35 35
 }))
36 36
 
37
-webpackConfig.output.publicPath = `//pwxva08mn.bkt.clouddn.com/pad/${verNow}/`
37
+webpackConfig.output.publicPath = `//kuyi.shengws.com/pad/${verNow}/`
38 38
 // webpackConfig.output.filename = utils.assetsPath('js/[name].js')
39 39
 // webpackConfig.output.chunkFilename = utils.assetsPath('js/[id].js')
40 40