fix: 清除缓存导致自定义服务器失败的问题
This commit is contained in:
parent
6741f59aef
commit
6c458b81b2
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "DooTask",
|
"name": "DooTask",
|
||||||
"version": "0.4.77",
|
"version": "0.4.78",
|
||||||
"description": "DooTask is task management system.",
|
"description": "DooTask is task management system.",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "DooTask",
|
"name": "DooTask",
|
||||||
"version": "0.4.77",
|
"version": "0.4.78",
|
||||||
"description": "DooTask is task management system.",
|
"description": "DooTask is task management system.",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "./cmd dev",
|
"start": "./cmd dev",
|
||||||
|
2
public/js/app.js
vendored
2
public/js/app.js
vendored
File diff suppressed because one or more lines are too long
1
resources/assets/js/store/actions.js
vendored
1
resources/assets/js/store/actions.js
vendored
@ -392,6 +392,7 @@ export default {
|
|||||||
state.cacheTasks = state.tasks = state.taskSubs = [];
|
state.cacheTasks = state.tasks = state.taskSubs = [];
|
||||||
//
|
//
|
||||||
state.method.setStorage("cacheTablePanel", state.cacheTablePanel);
|
state.method.setStorage("cacheTablePanel", state.cacheTablePanel);
|
||||||
|
state.method.setStorage("cacheServerUrl", state.cacheServerUrl);
|
||||||
state.method.setStorage("cacheLoginEmail", cacheLoginEmail);
|
state.method.setStorage("cacheLoginEmail", cacheLoginEmail);
|
||||||
dispatch("saveUserInfo", state.method.isJson(userInfo) ? userInfo : state.userInfo);
|
dispatch("saveUserInfo", state.method.isJson(userInfo) ? userInfo : state.userInfo);
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user