Commit 9b3dadcf authored by 郝聪敏's avatar 郝聪敏

test: 测试localstorage

parent 8a1d64b2
......@@ -1609,9 +1609,9 @@
}
},
"@qg/citrus-ui": {
"version": "0.0.57",
"resolved": "http://npmprivate.quantgroups.com/@qg%2fcitrus-ui/-/citrus-ui-0.0.57.tgz",
"integrity": "sha512-h0scJ0MElCj/Lr3BeY/uLHLO9a4B+8NBO2Rc6dWs1QhF7JpsF5sQot644dWZRHQiLL/OUZmhsngB8MGBqn307w==",
"version": "0.0.63",
"resolved": "http://npmprivate.quantgroups.com/@qg%2fcitrus-ui/-/citrus-ui-0.0.63.tgz",
"integrity": "sha512-sIaKT3ICdHRw1liKiPmA6EqB2ZWDWyM8UisKLR6L/FOVDXbe2Y4zKkfMDDpRM2S4xc7ovk7vuQw533hLc+M2FA==",
"requires": {
"@better-scroll/core": "^2.1.1",
"@qg/cherry-ui": "^2.20.5",
......
......@@ -5,6 +5,8 @@ const fs = require('fs');
const prefix = process.env.NODE_ENV === 'production' ? 'qb' : 'qb-test';
const cdnPrefix = `https://misc.lkbang.net/${prefix}/`;
console.log('prefix', process.env.NODE_ENV);
class upload2Cos {
constructor() {
this.filesPath = [];
......
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