Skip to content

Commit

Permalink
change cookie path=/
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Sep 29, 2021
1 parent 529cc7c commit f14108c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions func/setupDefaults.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
'use strict'

var setupDefaults = {
cookies: {
path: '/'
},
treeOptions: {
parentKey: 'parentId',
key: 'id',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xe-utils",
"version": "3.3.3",
"version": "3.4.0",
"description": "JavaScript 函数库、工具类",
"main": "index.js",
"unpkg": "dist/xe-utils.umd.min.js",
Expand Down

0 comments on commit f14108c

Please sign in to comment.