Commit 886605a3 authored by haiyoucuv's avatar haiyoucuv

init

parent d3919eba
...@@ -52,7 +52,7 @@ class ShareStore { ...@@ -52,7 +52,7 @@ class ShareStore {
const { success: genQrSuc, data: genQrData } = await sendWebNet(WebNetName.genQrCode, { const { success: genQrSuc, data: genQrData } = await sendWebNet(WebNetName.genQrCode, {
path: path, path: path,
type: type, type: type,
// envVersion: "trial" envVersion: "release"
}); });
if (genQrSuc) { if (genQrSuc) {
......
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