vue2-client 1.2.9 → 1.2.10

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/CHANGELOG.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Change Log
2
2
  > 所有关于本项目的变化都在该文档里。
3
3
 
4
- **##1.2.9 -2022-03-24 @江超**
4
+ **##1.2.9 - 1.2.10 -2022-03-24 @江超**
5
5
  - 功能新增:
6
6
  - [查询配置生成]:下拉框表单选择业务逻辑作为数据源时,可以选择数据源加载方式
7
7
  - [XFormItem]:当数据源加载方式为懒加载搜索时,将渲染一个可以根据关键词实时查询的选择框
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue2-client",
3
- "version": "1.2.9",
3
+ "version": "1.2.10",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -62,7 +62,7 @@ import JSEncrypt from 'jsencrypt'
62
62
  import { ACCESS_TOKEN } from '@vue2-client/store/mutation-types'
63
63
  import Vue from 'vue'
64
64
  import { positions } from '@vue2-client/mock/common'
65
- import { timeFix } from '@/utils/util'
65
+ import { timeFix } from '@vue2-client/utils/util'
66
66
  const { homePage, ticketPage } = require('@vue2-client/config')
67
67
  // import { router } from '@vue2-client/mock/user/routes'
68
68