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 +0 -3
- package/config/package.json +2 -2
- package/config/projectConfig.js +1 -1
- package/package.json +1 -1
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
|
// 开发测试环境
|
package/config/package.json
CHANGED
|
@@ -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.
|
|
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.
|
|
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",
|
package/config/projectConfig.js
CHANGED