This commit is contained in:
ivamp 2023-12-12 22:02:40 +08:00
parent 5cd346eb89
commit 32236ffcd9
2 changed files with 3 additions and 3 deletions

View File

@ -6,8 +6,8 @@ export const useConfigStore = defineStore('app', {
appName: "资料库",
description: "Leaf Library",
accountServer: "https://oauth.leaflow.cn",
// apiServer: "https://document-api.leaflow.cn/api",
apiServer: "http://localhost:8080/api",
apiServer: "https://document-api.leaflow.cn/api",
// apiServer: "http://localhost:8080/api",
}),
actions: {
getAppName(): string {

File diff suppressed because one or more lines are too long