agilebuilder-ui 1.0.98 → 1.0.99

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agilebuilder-ui",
3
- "version": "1.0.98",
3
+ "version": "1.0.99",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "main": "./lib/super-ui.js",
@@ -2,7 +2,6 @@ import axios from 'axios'
2
2
  import { ElMessage as Message } from 'element-plus'
3
3
  import { getToken, removeToken, getRunCurrentRole } from './auth'
4
4
  import store from '../store'
5
- import checkPermission from './permission'
6
5
  import { getI18n } from './util'
7
6
  import { getRelativeBaseUrl, getTimeZone, setCustomSystemBackendUrl } from './common-util'
8
7
  // 创建axios实例