meixifrontserve 0.0.1 → 0.0.2
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 +5 -1
- package/.env +0 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "meixifrontserve",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"private": false,
|
|
@@ -10,6 +10,10 @@
|
|
|
10
10
|
"bin": {
|
|
11
11
|
"meixifrontserve": "./bin/index.js"
|
|
12
12
|
},
|
|
13
|
+
"dependencies": {
|
|
14
|
+
"commander": "^10.0.0",
|
|
15
|
+
"shelljs": "^0.8.5"
|
|
16
|
+
},
|
|
13
17
|
"keywords": [],
|
|
14
18
|
"author": "yuri_star",
|
|
15
19
|
"license": "ISC",
|
package/.env
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
NODE_ENV=development
|
|
3
|
-
VUE_APP_ENV=development
|
|
4
|
-
VUE_APP_VERSION=1.0.0
|
|
5
|
-
VUE_APP_PROXY=http://meixi.wubangtu.xyz/api
|
|
6
|
-
#自行更改
|
|
7
|
-
VUE_APP_SYSTEMID=1554748096283357186
|
|
8
|
-
VUE_APP_AUTH=mx:mx
|
|
9
|
-
#自行更改
|
|
10
|
-
VUE_APP_PRODUCTNAME=魅熙人事应用
|
|
11
|
-
VUE_APP_URL=/proxy
|
|
12
|
-
VUE_APP_UPLOAD_URL="Web/OA"
|
|
13
|
-
#开发环境地址 自行更改
|
|
14
|
-
VUE_APP_SYSTEM_URL=192.168.31.148:8888
|
|
15
|
-
#登录验证的地址,请勿修改
|
|
16
|
-
VUE_APP_AUTH_URL=auth.wubangtu.xyz/login
|
|
17
|
-
#ws的链接
|
|
18
|
-
VUE_APP_WEBSOCKET_URL="ws://gateway.wubangtu.xyz:9999/ws/websocket/mxapp"
|
|
19
|
-
|