system-clients 3.2.17 → 3.2.20
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/SystemClient.iml +8 -8
- package/package.json +104 -104
- package/src/filiale/dongguan/Login.vue +900 -532
- package/src/filiale/dongguan/system.js +6 -6
- package/src/styles/less/bootstrap.less +66 -66
- package/src/styles/less/fonts-list.less +25 -25
- package/src/styles/less/glyphicons.less +305 -305
- package/src/styles/less/stand.less +207 -207
- package/static/newStyle/dongguan1.png +0 -0
package/SystemClient.iml
CHANGED
@@ -1,9 +1,9 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<module external.linked.project.id="SystemClient" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" type="JAVA_MODULE" version="4">
|
3
|
-
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
4
|
-
<exclude-output />
|
5
|
-
<content url="file://$MODULE_DIR$" />
|
6
|
-
<orderEntry type="inheritedJdk" />
|
7
|
-
<orderEntry type="sourceFolder" forTests="false" />
|
8
|
-
</component>
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<module external.linked.project.id="SystemClient" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" type="JAVA_MODULE" version="4">
|
3
|
+
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
4
|
+
<exclude-output />
|
5
|
+
<content url="file://$MODULE_DIR$" />
|
6
|
+
<orderEntry type="inheritedJdk" />
|
7
|
+
<orderEntry type="sourceFolder" forTests="false" />
|
8
|
+
</component>
|
9
9
|
</module>
|
package/package.json
CHANGED
@@ -1,104 +1,104 @@
|
|
1
|
-
{
|
2
|
-
"name": "system-clients",
|
3
|
-
"version": "3.2.
|
4
|
-
"description": "系统基础框架",
|
5
|
-
"main": "src/index.js",
|
6
|
-
"directories": {
|
7
|
-
"doc": "doc",
|
8
|
-
"example": "examples",
|
9
|
-
"test": "test"
|
10
|
-
},
|
11
|
-
"scripts": {
|
12
|
-
"example": "node build/example-server.js",
|
13
|
-
"dev": "node build/dev-server.js",
|
14
|
-
"lint": "eslint src/**.js test/e2e/**.js test/unit/specs/** build/**.js",
|
15
|
-
"build": "rimraf dist && mkdirp dist && ncp static dist/static && cross-env NODE_ENV=production webpack --progress --hide-modules --config build/webpack.prod.conf.js",
|
16
|
-
"e2e": "node test/e2e/runner.js",
|
17
|
-
"unit": "karma start test/unit/karma.conf.js",
|
18
|
-
"release": "npm set registry http://registry.npmjs.org && npm publish && npm set registry http://registry.npm.taobao.org"
|
19
|
-
},
|
20
|
-
"dependencies": {
|
21
|
-
"base64-js": "^1.3.0",
|
22
|
-
"js-base64": "^2.4.9",
|
23
|
-
"less": "^2.7.1",
|
24
|
-
"less-loader": "^2.2.3",
|
25
|
-
"nyc": "^15.1.0",
|
26
|
-
"src": "^1.1.2",
|
27
|
-
"vue": "^1.0.17"
|
28
|
-
},
|
29
|
-
"devDependencies": {
|
30
|
-
"babel-core": "^6.0.0",
|
31
|
-
"babel-loader": "^6.0.0",
|
32
|
-
"babel-plugin-transform-runtime": "^6.0.0",
|
33
|
-
"babel-preset-es2015": "^6.0.0",
|
34
|
-
"babel-preset-stage-2": "^6.0.0",
|
35
|
-
"chai": "^3.5.0",
|
36
|
-
"connect-history-api-fallback": "^1.1.0",
|
37
|
-
"cross-env": "^1.0.7",
|
38
|
-
"cross-spawn": "^2.1.5",
|
39
|
-
"css-loader": "^0.23.0",
|
40
|
-
"eslint": "^2.0.0",
|
41
|
-
"eslint-config-standard": "^5.1.0",
|
42
|
-
"eslint-friendly-formatter": "^1.2.2",
|
43
|
-
"eslint-loader": "^1.3.0",
|
44
|
-
"eslint-plugin-html": "^1.3.0",
|
45
|
-
"eslint-plugin-promise": "^1.0.8",
|
46
|
-
"eslint-plugin-standard": "^1.3.2",
|
47
|
-
"eslint-plugin-vue": "^0.1.1",
|
48
|
-
"eventsource-polyfill": "^0.9.6",
|
49
|
-
"express": "^4.13.3",
|
50
|
-
"extract-text-webpack-plugin": "^1.0.1",
|
51
|
-
"file-loader": "^0.8.4",
|
52
|
-
"function-bind": "^1.0.2",
|
53
|
-
"html-webpack-plugin": "^2.8.1",
|
54
|
-
"http-proxy-middleware": "^0.11.0",
|
55
|
-
"inject-loader": "^2.0.1",
|
56
|
-
"isparta-loader": "^2.0.0",
|
57
|
-
"jasmine-core": "^2.4.1",
|
58
|
-
"jquery": "^3.3.1",
|
59
|
-
"jsencrypt": "^3.0.0-rc.1",
|
60
|
-
"json-loader": "^0.5.4",
|
61
|
-
"karma": "^1.4.1",
|
62
|
-
"karma-chrome-launcher": "^2.2.0",
|
63
|
-
"karma-coverage": "^1.1.1",
|
64
|
-
"karma-mocha": "^1.3.0",
|
65
|
-
"karma-sinon-chai": "^1.3.1",
|
66
|
-
"karma-sourcemap-loader": "^0.3.7",
|
67
|
-
"karma-spec-reporter": "0.0.31",
|
68
|
-
"karma-webpack": "^2.0.2",
|
69
|
-
"manage-client": "^1.4.20",
|
70
|
-
"mkdirp": "^0.5.1",
|
71
|
-
"mocha": "^3.2.0",
|
72
|
-
"ncp": "^2.0.0",
|
73
|
-
"nightwatch": "^0.8.18",
|
74
|
-
"rimraf": "^2.5.0",
|
75
|
-
"selenium-server": "2.52.0",
|
76
|
-
"sinon": "^2.1.0",
|
77
|
-
"sinon-chai": "^2.8.0",
|
78
|
-
"style": "0.0.3",
|
79
|
-
"style-loader": "^0.20.3",
|
80
|
-
"url-loader": "^0.5.7",
|
81
|
-
"vue-client": "1.24.53",
|
82
|
-
"vue-hot-reload-api": "^1.2.0",
|
83
|
-
"vue-html-loader": "^1.0.0",
|
84
|
-
"vue-loader": "^8.2.1",
|
85
|
-
"vue-resource": "^1.5.0",
|
86
|
-
"vue-router": "^0.7.13",
|
87
|
-
"vue-strap": "^1.0.9",
|
88
|
-
"vue-style-loader": "^1.0.0",
|
89
|
-
"vue-validator": "2.1.7",
|
90
|
-
"webpack": "^1.12.2",
|
91
|
-
"webpack-dev-middleware": "^1.4.0",
|
92
|
-
"webpack-hot-middleware": "^2.6.0",
|
93
|
-
"webpack-merge": "^0.8.3"
|
94
|
-
},
|
95
|
-
"repository": {
|
96
|
-
"type": "git",
|
97
|
-
"url": "https://gitee.com/aotu/System"
|
98
|
-
},
|
99
|
-
"keywords": [
|
100
|
-
"system_clients"
|
101
|
-
],
|
102
|
-
"author": "杨文宇",
|
103
|
-
"license": "ISC"
|
104
|
-
}
|
1
|
+
{
|
2
|
+
"name": "system-clients",
|
3
|
+
"version": "3.2.20",
|
4
|
+
"description": "系统基础框架",
|
5
|
+
"main": "src/index.js",
|
6
|
+
"directories": {
|
7
|
+
"doc": "doc",
|
8
|
+
"example": "examples",
|
9
|
+
"test": "test"
|
10
|
+
},
|
11
|
+
"scripts": {
|
12
|
+
"example": "node build/example-server.js",
|
13
|
+
"dev": "node build/dev-server.js",
|
14
|
+
"lint": "eslint src/**.js test/e2e/**.js test/unit/specs/** build/**.js",
|
15
|
+
"build": "rimraf dist && mkdirp dist && ncp static dist/static && cross-env NODE_ENV=production webpack --progress --hide-modules --config build/webpack.prod.conf.js",
|
16
|
+
"e2e": "node test/e2e/runner.js",
|
17
|
+
"unit": "karma start test/unit/karma.conf.js",
|
18
|
+
"release": "npm set registry http://registry.npmjs.org && npm publish && npm set registry http://registry.npm.taobao.org"
|
19
|
+
},
|
20
|
+
"dependencies": {
|
21
|
+
"base64-js": "^1.3.0",
|
22
|
+
"js-base64": "^2.4.9",
|
23
|
+
"less": "^2.7.1",
|
24
|
+
"less-loader": "^2.2.3",
|
25
|
+
"nyc": "^15.1.0",
|
26
|
+
"src": "^1.1.2",
|
27
|
+
"vue": "^1.0.17"
|
28
|
+
},
|
29
|
+
"devDependencies": {
|
30
|
+
"babel-core": "^6.0.0",
|
31
|
+
"babel-loader": "^6.0.0",
|
32
|
+
"babel-plugin-transform-runtime": "^6.0.0",
|
33
|
+
"babel-preset-es2015": "^6.0.0",
|
34
|
+
"babel-preset-stage-2": "^6.0.0",
|
35
|
+
"chai": "^3.5.0",
|
36
|
+
"connect-history-api-fallback": "^1.1.0",
|
37
|
+
"cross-env": "^1.0.7",
|
38
|
+
"cross-spawn": "^2.1.5",
|
39
|
+
"css-loader": "^0.23.0",
|
40
|
+
"eslint": "^2.0.0",
|
41
|
+
"eslint-config-standard": "^5.1.0",
|
42
|
+
"eslint-friendly-formatter": "^1.2.2",
|
43
|
+
"eslint-loader": "^1.3.0",
|
44
|
+
"eslint-plugin-html": "^1.3.0",
|
45
|
+
"eslint-plugin-promise": "^1.0.8",
|
46
|
+
"eslint-plugin-standard": "^1.3.2",
|
47
|
+
"eslint-plugin-vue": "^0.1.1",
|
48
|
+
"eventsource-polyfill": "^0.9.6",
|
49
|
+
"express": "^4.13.3",
|
50
|
+
"extract-text-webpack-plugin": "^1.0.1",
|
51
|
+
"file-loader": "^0.8.4",
|
52
|
+
"function-bind": "^1.0.2",
|
53
|
+
"html-webpack-plugin": "^2.8.1",
|
54
|
+
"http-proxy-middleware": "^0.11.0",
|
55
|
+
"inject-loader": "^2.0.1",
|
56
|
+
"isparta-loader": "^2.0.0",
|
57
|
+
"jasmine-core": "^2.4.1",
|
58
|
+
"jquery": "^3.3.1",
|
59
|
+
"jsencrypt": "^3.0.0-rc.1",
|
60
|
+
"json-loader": "^0.5.4",
|
61
|
+
"karma": "^1.4.1",
|
62
|
+
"karma-chrome-launcher": "^2.2.0",
|
63
|
+
"karma-coverage": "^1.1.1",
|
64
|
+
"karma-mocha": "^1.3.0",
|
65
|
+
"karma-sinon-chai": "^1.3.1",
|
66
|
+
"karma-sourcemap-loader": "^0.3.7",
|
67
|
+
"karma-spec-reporter": "0.0.31",
|
68
|
+
"karma-webpack": "^2.0.2",
|
69
|
+
"manage-client": "^1.4.20",
|
70
|
+
"mkdirp": "^0.5.1",
|
71
|
+
"mocha": "^3.2.0",
|
72
|
+
"ncp": "^2.0.0",
|
73
|
+
"nightwatch": "^0.8.18",
|
74
|
+
"rimraf": "^2.5.0",
|
75
|
+
"selenium-server": "2.52.0",
|
76
|
+
"sinon": "^2.1.0",
|
77
|
+
"sinon-chai": "^2.8.0",
|
78
|
+
"style": "0.0.3",
|
79
|
+
"style-loader": "^0.20.3",
|
80
|
+
"url-loader": "^0.5.7",
|
81
|
+
"vue-client": "1.24.53",
|
82
|
+
"vue-hot-reload-api": "^1.2.0",
|
83
|
+
"vue-html-loader": "^1.0.0",
|
84
|
+
"vue-loader": "^8.2.1",
|
85
|
+
"vue-resource": "^1.5.0",
|
86
|
+
"vue-router": "^0.7.13",
|
87
|
+
"vue-strap": "^1.0.9",
|
88
|
+
"vue-style-loader": "^1.0.0",
|
89
|
+
"vue-validator": "2.1.7",
|
90
|
+
"webpack": "^1.12.2",
|
91
|
+
"webpack-dev-middleware": "^1.4.0",
|
92
|
+
"webpack-hot-middleware": "^2.6.0",
|
93
|
+
"webpack-merge": "^0.8.3"
|
94
|
+
},
|
95
|
+
"repository": {
|
96
|
+
"type": "git",
|
97
|
+
"url": "https://gitee.com/aotu/System"
|
98
|
+
},
|
99
|
+
"keywords": [
|
100
|
+
"system_clients"
|
101
|
+
],
|
102
|
+
"author": "杨文宇",
|
103
|
+
"license": "ISC"
|
104
|
+
}
|