Browse Source

fix:落笔留痕修改

master
15881625488@163.com 6 days ago
parent
commit
b898a84c8b
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      src/views/lblh/components/AutoSaveManager.js

+ 5
- 1
src/views/lblh/components/AutoSaveManager.js View File

@ -9,7 +9,11 @@ import ServerStorage from './storage/ServerStorage.js';
* 协调各种存储方式处理冲突合并 * 协调各种存储方式处理冲突合并
*/ */
class AutoSaveManager { class AutoSaveManager {
constructor(key, serverOptions = {}) {
constructor(key, serverOptions = {
endpoint:process.env.VUE_APP_BASE_API,
syncEndpoint:process.env.VUE_APP_BASE_API,
historyEndpoint:process.env.VUE_APP_BASE_API,
}) {
this.key = key; this.key = key;
try { try {

Loading…
Cancel
Save