meixifrontserve 0.6.49 → 0.6.51

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/bin/index.js CHANGED
@@ -7,10 +7,7 @@ const EnvByTestController = require('../scripts/envByTestController')
7
7
  const EnvByPreController = require('../scripts/envByPreController');
8
8
  const EnvByProdController = require('../scripts/envByProdController')
9
9
  const RollupBuildController = require('../scripts/rollupBuildController');
10
-
11
10
  const checkUpdate = require('../scripts/checkUpdate');
12
-
13
-
14
11
  // 开发正常环境
15
12
  program.option('--name <char>').option('-serveByDev');
16
13
  // 开发测试环境
@@ -30,7 +30,7 @@
30
30
  "dayjs": "^1.11.2",
31
31
  "element-ui": "^2.15.6",
32
32
  "js-md5": "^0.7.3",
33
- "meixiappmain": "0.3.0",
33
+ "meixiappmain": "0.3.1",
34
34
  "meixicheckgoodstable": "0.1.0",
35
35
  "meixicheckstaff": "^0.2.1",
36
36
  "meixidialogtablecheck": "^0.3.3",
@@ -52,7 +52,7 @@
52
52
  "vue-cropper": "^0.5.8",
53
53
  "vue-router": "3.0.2",
54
54
  "vuex": "^3.4.0",
55
- "meixioacomponent": "^1.0.04",
55
+ "meixioacomponent": "^1.0.06",
56
56
  "meixisuperdrawer": "^0.0.4",
57
57
  "@vue/cli-plugin-babel": "~4.5.19",
58
58
  "@vue/cli-plugin-eslint": "~4.5.19",
@@ -5,7 +5,7 @@ const projectConfig = {
5
5
  systemId: '1554747286892318722',
6
6
  // url的前缀 目前除了开发不会使用到该文件
7
7
  urlPrefix: {
8
- beta: 'mxcustomer',
8
+ beta: "mxcustomer",
9
9
  testing:'mxcustomer',
10
10
  pre: 'mxcustomer',
11
11
  prod: 'mxcustomer',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meixifrontserve",
3
- "version": "0.6.49",
3
+ "version": "0.6.51",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "private": false,