Commit ffd3829e authored by lvxiaowu's avatar lvxiaowu

build

parent 0052f386
GENERATE_SOURCEMAP=false GENERATE_SOURCEMAP=false
PUBLIC_URL=//r.51gjj.com/webpublic/51data PUBLIC_URL=//r.51gjj.com/webpublic/inclass-partners
\ No newline at end of file \ No newline at end of file
...@@ -13,7 +13,7 @@ needle.post( ...@@ -13,7 +13,7 @@ needle.post(
if (res.code == 200) { if (res.code == 200) {
// 获取配置、设置上传本地路径、上传核心代码 // 获取配置、设置上传本地路径、上传核心代码
let config = res.data.config; let config = res.data.config;
const osspath = 'webpublic/51data'; const osspath = 'webpublic/inclass-partners';
const local = path.resolve(__dirname, './dist'); const local = path.resolve(__dirname, './dist');
uploadToOss({ uploadToOss({
config, config,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment