Skip to content

Commit

Permalink
Merge pull request #190 from suyuan32/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
suyuan32 committed Mar 19, 2024
2 parents 619eef0 + bd4d050 commit 2d94309
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-admin",
"version": "1.3.10",
"version": "1.3.11",
"homepage": "https://github.com/suyuan32/simple-admin-backend-ui",
"bugs": {
"url": "https://github.com/suyuan32/simple-admin-backend-ui/issues"
Expand Down
2 changes: 1 addition & 1 deletion src/views/dashboard/workbench/components/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ export const navItems: NavItem[] = [

export const systemInfoData = [
['sys.sys.Name', 'Simple Admin'],
['sys.sys.version', 'V 1.3.10'],
['sys.sys.version', 'V 1.3.11'],
];
2 changes: 1 addition & 1 deletion src/views/sys/user/user.data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { getRoleList } from '@/api/sys/role';
import { getDepartmentList } from '@/api/sys/department';
import { getPositionList } from '@/api/sys/position';
import { updateUser } from '@/api/sys/user';
import { uploadApi } from '@/api/fms/file';
import { uploadApi } from '@/api/fms/cloudFile';

const { t } = useI18n();

Expand Down

0 comments on commit 2d94309

Please sign in to comment.