This commit is contained in:
Jesse-Ma
2022-12-01 16:36:26 +08:00
parent 332f556d1d
commit b2efddc755
16 changed files with 190 additions and 104 deletions

View File

@@ -3,8 +3,7 @@ import { getStoreKey } from "@/api/lock";
import storage from "@/libs/storage";
import { md5 } from "@/libs/secret";
const servicePath = "https://flagnote.com";
//const servicePath = "http://localhost:8080";
const servicePath = process.env.VUE_APP_BASE_URL;
export function saveNote(noteForm, secret) {
let storeKey = secret.storeKey;