big step
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user