Explorar el Código

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

csx hace 5 años
padre
commit
e3628816c2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      build/build-cdn.js

+ 1 - 1
build/build-cdn.js Ver fichero

@@ -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