sale-client 4.0.136 → 4.0.138
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/build/dev-server.js +70 -55
- package/package.json +120 -120
- package/src/components/common/searchuploadfile/uploadFilesHistory.vue +188 -188
- package/src/components/common/userinfo_detail/ic_detail/CardHandRecord.vue +308 -308
- package/src/components/common/userinfo_detail/ic_detail/ChangeMeterQueryUser.vue +242 -240
- package/src/components/common/userinfo_detail/ic_detail/WebHandQueryUser.vue +411 -411
- package/src/components/newpriceadjustment/NewPriceAdjustment.vue +964 -964
- package/src/components/revenue/HandManager/HandManager.vue +1832 -1832
- package/src/components/revenue/HandManager/IndustryCommerceHand.vue +1001 -1001
- package/src/components/revenue/HandManager/MeterBookUser.vue +726 -726
- package/src/components/revenue/changeInsurance/InsuranceAdd.vue +418 -418
- package/src/components/revenue/comprehen/ComprehenOperation/QrPay/QrPaymentDetailed.vue +423 -423
- package/src/components/revenue/comprehen/Maintenance/changeMeter/changemeterOperate.vue +301 -301
- package/src/components/revenue/comprehen/Maintenance/hand/handListMaintain.vue +641 -641
- package/src/components/revenue/comprehen/Maintenance/hand/handOperate.vue +469 -469
- package/src/components/revenue/machineHandManage/ArrearsQuery.vue +938 -938
- package/src/components/revenue/machineHandManage/machineDown.vue +1149 -1149
- package/src/components/revenue/machineHandManage/machineHand.vue +2081 -2070
- package/src/components/webMeter/MeterManage/WebMeterBatchOperationValve.vue +970 -970
- package/src/filiale/alashan/eticket/EticketRecordList.vue +428 -428
- package/src/filiale/bayan/ChargeList.vue +1010 -1010
- package/src/filiale/bayan/StockListmain.vue +543 -543
- package/src/filiale/foric-v3/MaterialsList.vue +235 -235
- package/src/filiale/gehua/WebMeterList.vue +440 -440
- package/src/filiale/gehua/handAccount/checkAccountPrint.vue +320 -320
- package/src/filiale/gehua/handAccount/handList.vue +453 -453
- package/src/filiale/lixianV3/ArrearsQuery.vue +938 -938
- package/src/filiale/lixianV3/InsuranceChargesDetails.vue +425 -425
- package/src/filiale/meihekou/common/userinfo_detail/ic_detail/MachineRecordQuery.vue +281 -281
- package/src/filiale/qianneng/revenue/sms/AccountMessageList.vue +508 -508
- package/src/filiale/ronghao/ArrearsQuery.vue +974 -974
- package/src/filiale/ronghao/BasicLivingList.vue +382 -337
- package/src/filiale/ronghao/CardMeterCenter.vue +991 -0
- package/src/filiale/ronghao/CardService.js +2144 -2144
- package/src/filiale/ronghao/ChangeMeterService.js +774 -774
- package/src/filiale/ronghao/ChargeList.vue +948 -927
- package/src/filiale/ronghao/HandplanQuery.vue +1428 -1428
- package/src/filiale/ronghao/IOTMeterCenter.vue +894 -895
- package/src/filiale/ronghao/InsuranceManage.vue +58 -58
- package/src/filiale/ronghao/MachineChargeService.js +149 -149
- package/src/filiale/ronghao/ShowCardSellGas.vue +931 -931
- package/src/filiale/ronghao/Upload.vue +654 -654
- package/src/filiale/ronghao/UserInfoDetailManageNew.vue +252 -252
- package/src/filiale/ronghao/cardDown.vue +1141 -1141
- package/src/filiale/ronghao/cardHandAudit.vue +518 -518
- package/src/filiale/ronghao/cardsHand.vue +920 -920
- package/src/filiale/ronghao/ic_detail/ChargeRecordQuery.vue +106 -0
- package/src/filiale/ronghao/ic_detail/WatchCollection.vue +115 -0
- package/src/filiale/ronghao/ic_detail/WebHandQueryUser.vue +411 -0
- package/src/filiale/ronghao/machineDown.vue +1176 -1176
- package/src/filiale/ronghao/machineHand.vue +2170 -2159
- package/src/filiale/ronghao/machineHandAudit.vue +822 -822
- package/src/filiale/ronghao/sale.js +106 -102
- package/src/filiale/yangchun/ChargeList.vue +954 -954
- package/src/filiale/yangchun/EticketV4/EticketRecordList.vue +427 -427
- package/src/filiale/yangchun/HandplanQuery.vue +1386 -1386
- package/src/filiale/yangchun/machineHand.vue +2157 -2157
- package/src/filiale/yuncheng/changemeterListMaintain.vue +504 -504
- package/src/filiale/zhongsheng/BlackListList.vue +293 -293
- package/src/filiale/zhongyi/HandQueryUser.vue +389 -389
- package/src/main.js +33 -33
- package/.gradle/5.2.1/fileChanges/last-build.bin +0 -0
- package/.gradle/5.2.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/5.2.1/gc.properties +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +0 -2
- package/.gradle/vcs-1/gc.properties +0 -0
package/build/dev-server.js
CHANGED
|
@@ -1,55 +1,70 @@
|
|
|
1
|
-
var path = require('path')
|
|
2
|
-
var checkVersion = require('./versionCheck.js')
|
|
3
|
-
checkVersion()
|
|
4
|
-
const [ serverRul, localUrl ] = ['http://
|
|
5
|
-
var merge = require('webpack-merge')
|
|
6
|
-
var baseConfig = require('./webpack.dev.conf')
|
|
7
|
-
var devConfig = {
|
|
8
|
-
devServer: {
|
|
9
|
-
contentBase: path.join(__dirname, 'src'),
|
|
10
|
-
hot: true,
|
|
11
|
-
publicPath: baseConfig.output.publicPath,
|
|
12
|
-
historyApiFallback: true,
|
|
13
|
-
host: '127.0.0.1',
|
|
14
|
-
port: 8089,
|
|
15
|
-
open: false,
|
|
16
|
-
stats: {
|
|
17
|
-
colors: false, // 配置控制台输出彩色日志
|
|
18
|
-
chunks: false, // 不输出构建 chunk 信息
|
|
19
|
-
children: false // 不输出子模块构建信息
|
|
20
|
-
},
|
|
21
|
-
proxy: {
|
|
22
|
-
|
|
23
|
-
pathRewrite: {
|
|
24
|
-
|
|
25
|
-
},
|
|
26
|
-
target:
|
|
27
|
-
|
|
28
|
-
'/api/af-revenue/logic': {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
target: localUrl
|
|
45
|
-
},
|
|
46
|
-
'/
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
target:
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
1
|
+
var path = require('path')
|
|
2
|
+
var checkVersion = require('./versionCheck.js')
|
|
3
|
+
checkVersion()
|
|
4
|
+
const [ serverRul, localUrl ] = ['http://10.172.3.120:31467/', 'http://10.172.3.120:31467/']
|
|
5
|
+
var merge = require('webpack-merge')
|
|
6
|
+
var baseConfig = require('./webpack.dev.conf')
|
|
7
|
+
var devConfig = {
|
|
8
|
+
devServer: {
|
|
9
|
+
contentBase: path.join(__dirname, 'src'),
|
|
10
|
+
hot: true,
|
|
11
|
+
publicPath: baseConfig.output.publicPath,
|
|
12
|
+
historyApiFallback: true,
|
|
13
|
+
host: '127.0.0.1',
|
|
14
|
+
port: 8089,
|
|
15
|
+
open: false,
|
|
16
|
+
stats: {
|
|
17
|
+
colors: false, // 配置控制台输出彩色日志
|
|
18
|
+
chunks: false, // 不输出构建 chunk 信息
|
|
19
|
+
children: false // 不输出子模块构建信息
|
|
20
|
+
},
|
|
21
|
+
proxy: {
|
|
22
|
+
// '/api/af-revenue/logic/depositCharge': {
|
|
23
|
+
// // pathRewrite: {
|
|
24
|
+
// // '/api/af-revenue/logic': '/logic'
|
|
25
|
+
// // },
|
|
26
|
+
// target: 'http://127.0.0.1:9026'
|
|
27
|
+
// },
|
|
28
|
+
'/api/af-revenue/logic': {
|
|
29
|
+
pathRewrite: {
|
|
30
|
+
'/api/af-revenue/logic': '/logic'
|
|
31
|
+
},
|
|
32
|
+
target: localUrl
|
|
33
|
+
},
|
|
34
|
+
'/api/af-revenue/file': {
|
|
35
|
+
pathRewrite: {
|
|
36
|
+
'/api/af-revenue/file': '/file'
|
|
37
|
+
},
|
|
38
|
+
target: localUrl
|
|
39
|
+
},
|
|
40
|
+
'/singlepage': {
|
|
41
|
+
// pathRewrite: {
|
|
42
|
+
// '/weixin2/rs': '/rs'
|
|
43
|
+
// },
|
|
44
|
+
target: localUrl
|
|
45
|
+
},
|
|
46
|
+
'/weixin2/rs': {
|
|
47
|
+
pathRewrite: {
|
|
48
|
+
'/weixin2/rs': '/singlepage/weixin2/rs'
|
|
49
|
+
},
|
|
50
|
+
target: localUrl
|
|
51
|
+
},
|
|
52
|
+
'/api/af-revenue/sql': {
|
|
53
|
+
pathRewrite: {
|
|
54
|
+
'/api/af-revenue/sql': '/sql'
|
|
55
|
+
},
|
|
56
|
+
target: localUrl
|
|
57
|
+
},
|
|
58
|
+
'/api': {
|
|
59
|
+
target: serverRul
|
|
60
|
+
},
|
|
61
|
+
'/resource': {
|
|
62
|
+
target: serverRul
|
|
63
|
+
},
|
|
64
|
+
'/rs': {
|
|
65
|
+
target: serverRul
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
module.exports = merge(baseConfig, devConfig)
|
package/package.json
CHANGED
|
@@ -1,120 +1,120 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "sale-client",
|
|
3
|
-
"version": "4.0.
|
|
4
|
-
"description": "收费模块前台组件",
|
|
5
|
-
"main": "src/index.js",
|
|
6
|
-
"scripts": {
|
|
7
|
-
"example": "node build/example-server.js",
|
|
8
|
-
"dev": "webpack-dev-server --config ./build/dev-server.js",
|
|
9
|
-
"lint": "eslint src/**.js test/e2e/**.js test/unit/specs/** build/**.js",
|
|
10
|
-
"unit": "karma start test/unit/karma.conf.js",
|
|
11
|
-
"build": "rimraf lib && mkdirp lib && cross-env webpack --progress --hide-modules --config build/webpack.prod.conf.js",
|
|
12
|
-
"e2e": "node test/e2e/runner.js",
|
|
13
|
-
"release": "bash build/release.sh"
|
|
14
|
-
},
|
|
15
|
-
"repository": {
|
|
16
|
-
"type": "git",
|
|
17
|
-
"url": "https://gitee.com/aote/product.git"
|
|
18
|
-
},
|
|
19
|
-
"dependencies": {
|
|
20
|
-
"examples": "^0.1.0",
|
|
21
|
-
"js-file-download": "0.4.12",
|
|
22
|
-
"qrcodejs2": "^0.0.2",
|
|
23
|
-
"webpack-dev-server": "^2.11.5",
|
|
24
|
-
"crypto-js": "^4.1.1",
|
|
25
|
-
"vue": "^1.0.17",
|
|
26
|
-
"yarn": "^1.22.10"
|
|
27
|
-
},
|
|
28
|
-
"devDependencies": {
|
|
29
|
-
"vue-client": "1.25.26",
|
|
30
|
-
"less-loader": "^2.2.3",
|
|
31
|
-
"system-clients": "3.3.2",
|
|
32
|
-
"ldap-clients": "3.0.96",
|
|
33
|
-
"address-client": "^3.2.111-fugou",
|
|
34
|
-
"manage-client": "3.1.8-88",
|
|
35
|
-
"axios": "0.15.3",
|
|
36
|
-
"babel-core": "^6.0.0",
|
|
37
|
-
"babel-loader": "^6.0.0",
|
|
38
|
-
"babel-plugin-transform-runtime": "^6.0.0",
|
|
39
|
-
"babel-preset-es2015": "^6.0.0",
|
|
40
|
-
"babel-preset-stage-2": "^6.0.0",
|
|
41
|
-
"chai": "^3.5.0",
|
|
42
|
-
"co": "^4.6.0",
|
|
43
|
-
"compression-webpack-plugin": "1.1.2",
|
|
44
|
-
"connect-history-api-fallback": "^1.1.0",
|
|
45
|
-
"cross-env": "^1.0.7",
|
|
46
|
-
"cross-spawn": "^2.1.5",
|
|
47
|
-
"css-loader": "^0.23.0",
|
|
48
|
-
"echarts": "^4.1.0",
|
|
49
|
-
"eslint": "^3.19.0",
|
|
50
|
-
"eslint-config-standard": "^10.2.1",
|
|
51
|
-
"eslint-friendly-formatter": "^3.0.0",
|
|
52
|
-
"eslint-loader": "^1.7.1",
|
|
53
|
-
"eslint-plugin-html": "^3.0.0",
|
|
54
|
-
"eslint-plugin-import": "^2.7.0",
|
|
55
|
-
"eslint-plugin-node": "^5.2.0",
|
|
56
|
-
"eslint-plugin-promise": "^3.4.0",
|
|
57
|
-
"eslint-plugin-standard": "^3.0.1",
|
|
58
|
-
"eventsource-polyfill": "^0.9.6",
|
|
59
|
-
"express": "^4.13.3",
|
|
60
|
-
"extract-text-webpack-plugin": "^3.0.2",
|
|
61
|
-
"file-loader": "^0.8.4",
|
|
62
|
-
"filemanager-webpack-plugin": "^2.0.5",
|
|
63
|
-
"function-bind": "^1.0.2",
|
|
64
|
-
"html-webpack-plugin": "^2.8.1",
|
|
65
|
-
"http-proxy-middleware": "^0.11.0",
|
|
66
|
-
"inject-loader": "^2.0.1",
|
|
67
|
-
"isparta-loader": "^2.0.0",
|
|
68
|
-
"jasmine-core": "^2.4.1",
|
|
69
|
-
"jquery": "^3.3.1",
|
|
70
|
-
"jsencrypt": "3.0.0-rc.1",
|
|
71
|
-
"json-loader": "^0.5.4",
|
|
72
|
-
"karma": "^1.4.1",
|
|
73
|
-
"karma-chrome-launcher": "^2.2.0",
|
|
74
|
-
"karma-coverage": "^1.1.1",
|
|
75
|
-
"karma-mocha": "^1.3.0",
|
|
76
|
-
"karma-sinon-chai": "^1.3.1",
|
|
77
|
-
"karma-sourcemap-loader": "^0.3.7",
|
|
78
|
-
"karma-spec-reporter": "0.0.31",
|
|
79
|
-
"karma-webpack": "^2.0.2",
|
|
80
|
-
"less": "^2.7.3",
|
|
81
|
-
"mkdirp": "^0.5.1",
|
|
82
|
-
"mocha": "^3.2.0",
|
|
83
|
-
"moment": "2.24.0",
|
|
84
|
-
"ncp": "^2.0.0",
|
|
85
|
-
"nightwatch": "^0.8.18",
|
|
86
|
-
"qrcodejs2": "0.0.2",
|
|
87
|
-
"rimraf": "^2.5.0",
|
|
88
|
-
"selenium-server": "2.52.0",
|
|
89
|
-
"sinon": "^2.1.0",
|
|
90
|
-
"sinon-chai": "^2.8.0",
|
|
91
|
-
"style": "0.0.3",
|
|
92
|
-
"style-loader": "^0.20.3",
|
|
93
|
-
"terser-webpack-plugin-legacy": "^1.2.5",
|
|
94
|
-
"url-loader": "^0.5.7",
|
|
95
|
-
"vue-clipboard2": "0.3.1",
|
|
96
|
-
"vue-hot-reload-api": "^1.2.0",
|
|
97
|
-
"vue-html-loader": "^1.0.0",
|
|
98
|
-
"vue-loader": "^8.2.1",
|
|
99
|
-
"vue-resource": "^1.5.0",
|
|
100
|
-
"vue-router": "^0.7.13",
|
|
101
|
-
"vue-strap": "^1.0.9",
|
|
102
|
-
"vue-style-loader": "^1.0.0",
|
|
103
|
-
"vue-validator": "2.1.7",
|
|
104
|
-
"webpack": "^3.12.0",
|
|
105
|
-
"webpack-dev-middleware": "^1.4.0",
|
|
106
|
-
"webpack-hot-middleware": "^2.6.0",
|
|
107
|
-
"webpack-merge": "^0.8.3",
|
|
108
|
-
"webpack-parallel-uglify-plugin": "^1.0.0",
|
|
109
|
-
"weixin-js-sdk": "^1.2.0"
|
|
110
|
-
},
|
|
111
|
-
"keywords": [
|
|
112
|
-
"selling-clients"
|
|
113
|
-
],
|
|
114
|
-
"author": "张桥",
|
|
115
|
-
"license": "ISC",
|
|
116
|
-
"directories": {
|
|
117
|
-
"example": "examples",
|
|
118
|
-
"test": "test"
|
|
119
|
-
}
|
|
120
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "sale-client",
|
|
3
|
+
"version": "4.0.138",
|
|
4
|
+
"description": "收费模块前台组件",
|
|
5
|
+
"main": "src/index.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"example": "node build/example-server.js",
|
|
8
|
+
"dev": "webpack-dev-server --config ./build/dev-server.js",
|
|
9
|
+
"lint": "eslint src/**.js test/e2e/**.js test/unit/specs/** build/**.js",
|
|
10
|
+
"unit": "karma start test/unit/karma.conf.js",
|
|
11
|
+
"build": "rimraf lib && mkdirp lib && cross-env webpack --progress --hide-modules --config build/webpack.prod.conf.js",
|
|
12
|
+
"e2e": "node test/e2e/runner.js",
|
|
13
|
+
"release": "bash build/release.sh"
|
|
14
|
+
},
|
|
15
|
+
"repository": {
|
|
16
|
+
"type": "git",
|
|
17
|
+
"url": "https://gitee.com/aote/product.git"
|
|
18
|
+
},
|
|
19
|
+
"dependencies": {
|
|
20
|
+
"examples": "^0.1.0",
|
|
21
|
+
"js-file-download": "0.4.12",
|
|
22
|
+
"qrcodejs2": "^0.0.2",
|
|
23
|
+
"webpack-dev-server": "^2.11.5",
|
|
24
|
+
"crypto-js": "^4.1.1",
|
|
25
|
+
"vue": "^1.0.17",
|
|
26
|
+
"yarn": "^1.22.10"
|
|
27
|
+
},
|
|
28
|
+
"devDependencies": {
|
|
29
|
+
"vue-client": "1.25.26",
|
|
30
|
+
"less-loader": "^2.2.3",
|
|
31
|
+
"system-clients": "3.3.2",
|
|
32
|
+
"ldap-clients": "3.0.96",
|
|
33
|
+
"address-client": "^3.2.111-fugou",
|
|
34
|
+
"manage-client": "3.1.8-88",
|
|
35
|
+
"axios": "0.15.3",
|
|
36
|
+
"babel-core": "^6.0.0",
|
|
37
|
+
"babel-loader": "^6.0.0",
|
|
38
|
+
"babel-plugin-transform-runtime": "^6.0.0",
|
|
39
|
+
"babel-preset-es2015": "^6.0.0",
|
|
40
|
+
"babel-preset-stage-2": "^6.0.0",
|
|
41
|
+
"chai": "^3.5.0",
|
|
42
|
+
"co": "^4.6.0",
|
|
43
|
+
"compression-webpack-plugin": "1.1.2",
|
|
44
|
+
"connect-history-api-fallback": "^1.1.0",
|
|
45
|
+
"cross-env": "^1.0.7",
|
|
46
|
+
"cross-spawn": "^2.1.5",
|
|
47
|
+
"css-loader": "^0.23.0",
|
|
48
|
+
"echarts": "^4.1.0",
|
|
49
|
+
"eslint": "^3.19.0",
|
|
50
|
+
"eslint-config-standard": "^10.2.1",
|
|
51
|
+
"eslint-friendly-formatter": "^3.0.0",
|
|
52
|
+
"eslint-loader": "^1.7.1",
|
|
53
|
+
"eslint-plugin-html": "^3.0.0",
|
|
54
|
+
"eslint-plugin-import": "^2.7.0",
|
|
55
|
+
"eslint-plugin-node": "^5.2.0",
|
|
56
|
+
"eslint-plugin-promise": "^3.4.0",
|
|
57
|
+
"eslint-plugin-standard": "^3.0.1",
|
|
58
|
+
"eventsource-polyfill": "^0.9.6",
|
|
59
|
+
"express": "^4.13.3",
|
|
60
|
+
"extract-text-webpack-plugin": "^3.0.2",
|
|
61
|
+
"file-loader": "^0.8.4",
|
|
62
|
+
"filemanager-webpack-plugin": "^2.0.5",
|
|
63
|
+
"function-bind": "^1.0.2",
|
|
64
|
+
"html-webpack-plugin": "^2.8.1",
|
|
65
|
+
"http-proxy-middleware": "^0.11.0",
|
|
66
|
+
"inject-loader": "^2.0.1",
|
|
67
|
+
"isparta-loader": "^2.0.0",
|
|
68
|
+
"jasmine-core": "^2.4.1",
|
|
69
|
+
"jquery": "^3.3.1",
|
|
70
|
+
"jsencrypt": "3.0.0-rc.1",
|
|
71
|
+
"json-loader": "^0.5.4",
|
|
72
|
+
"karma": "^1.4.1",
|
|
73
|
+
"karma-chrome-launcher": "^2.2.0",
|
|
74
|
+
"karma-coverage": "^1.1.1",
|
|
75
|
+
"karma-mocha": "^1.3.0",
|
|
76
|
+
"karma-sinon-chai": "^1.3.1",
|
|
77
|
+
"karma-sourcemap-loader": "^0.3.7",
|
|
78
|
+
"karma-spec-reporter": "0.0.31",
|
|
79
|
+
"karma-webpack": "^2.0.2",
|
|
80
|
+
"less": "^2.7.3",
|
|
81
|
+
"mkdirp": "^0.5.1",
|
|
82
|
+
"mocha": "^3.2.0",
|
|
83
|
+
"moment": "2.24.0",
|
|
84
|
+
"ncp": "^2.0.0",
|
|
85
|
+
"nightwatch": "^0.8.18",
|
|
86
|
+
"qrcodejs2": "0.0.2",
|
|
87
|
+
"rimraf": "^2.5.0",
|
|
88
|
+
"selenium-server": "2.52.0",
|
|
89
|
+
"sinon": "^2.1.0",
|
|
90
|
+
"sinon-chai": "^2.8.0",
|
|
91
|
+
"style": "0.0.3",
|
|
92
|
+
"style-loader": "^0.20.3",
|
|
93
|
+
"terser-webpack-plugin-legacy": "^1.2.5",
|
|
94
|
+
"url-loader": "^0.5.7",
|
|
95
|
+
"vue-clipboard2": "0.3.1",
|
|
96
|
+
"vue-hot-reload-api": "^1.2.0",
|
|
97
|
+
"vue-html-loader": "^1.0.0",
|
|
98
|
+
"vue-loader": "^8.2.1",
|
|
99
|
+
"vue-resource": "^1.5.0",
|
|
100
|
+
"vue-router": "^0.7.13",
|
|
101
|
+
"vue-strap": "^1.0.9",
|
|
102
|
+
"vue-style-loader": "^1.0.0",
|
|
103
|
+
"vue-validator": "2.1.7",
|
|
104
|
+
"webpack": "^3.12.0",
|
|
105
|
+
"webpack-dev-middleware": "^1.4.0",
|
|
106
|
+
"webpack-hot-middleware": "^2.6.0",
|
|
107
|
+
"webpack-merge": "^0.8.3",
|
|
108
|
+
"webpack-parallel-uglify-plugin": "^1.0.0",
|
|
109
|
+
"weixin-js-sdk": "^1.2.0"
|
|
110
|
+
},
|
|
111
|
+
"keywords": [
|
|
112
|
+
"selling-clients"
|
|
113
|
+
],
|
|
114
|
+
"author": "张桥",
|
|
115
|
+
"license": "ISC",
|
|
116
|
+
"directories": {
|
|
117
|
+
"example": "examples",
|
|
118
|
+
"test": "test"
|
|
119
|
+
}
|
|
120
|
+
}
|