system-clients 3.2.3-aodeToV4 → 3.2.4-aodeToV4
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/.eslintrc.js +16 -16
- package/.gradle/buildOutputCleanup/cache.properties +2 -2
- package/SystemClient.iml +11 -11
- package/build/webpack.base.conf.js +78 -78
- package/build.gradle +6 -6
- package/gradle/wrapper/gradle-wrapper.properties +5 -5
- package/gradlew +185 -185
- package/gradlew.bat +89 -89
- package/index.html +21 -21
- package/package.json +102 -102
- package/src/App.vue +24 -24
- package/src/LodopFuncs.js +123 -123
- package/src/components/Main.vue +515 -515
- package/src/components/Util.js +343 -343
- package/src/components/equipment/EquipmentManage.vue +65 -65
- package/src/components/equipment/PcAdd.vue +105 -105
- package/src/components/equipment/PcList.vue +120 -120
- package/src/components/equipment/PcManage.vue +60 -60
- package/src/components/equipment/PhoneAdd.vue +94 -94
- package/src/components/equipment/PhoneList.vue +102 -102
- package/src/components/equipment/PhoneManage.vue +60 -60
- package/src/components/equipment/PosAdd.vue +156 -156
- package/src/components/equipment/PosList.vue +164 -164
- package/src/components/equipment/PosManage.vue +68 -68
- package/src/components/materialManage/materialData.vue +44 -44
- package/src/components/materialManage/materialList.vue +255 -255
- package/src/components/parammanage/ParamManage.vue +42 -42
- package/src/components/parammanage/ParamPage.vue +314 -314
- package/src/components/parammanage/ParamPages.vue +222 -222
- package/src/components/parammanage/SinglePage.vue +235 -235
- package/src/components/parammanage/SinglePages.vue +167 -167
- package/src/components/server/AddChangeMsg.vue +66 -66
- package/src/components/server/ChangeDeclare.vue +45 -45
- package/src/components/server/LeftTree.vue +111 -111
- package/src/components/server/LoadData.vue +36 -36
- package/src/components/server/Login.vue +726 -726
- package/src/components/server/Menu.vue +188 -188
- package/src/components/server/ModifyPw.vue +112 -112
- package/src/components/server/NewResSelectGroup.vue +211 -211
- package/src/components/server/ResSelect.vue +153 -153
- package/src/components/server/ResSelectGroup.vue +159 -159
- package/src/components/server/RightTree.vue +343 -343
- package/src/components/server/RoleSelector.vue +90 -90
- package/src/components/server/TestResSelect.vue +58 -58
- package/src/components/server/TestResSelectGroup.vue +388 -388
- package/src/plugins/EncryptUtil.js +53 -53
- package/src/plugins/GetLoginInfoService.js +499 -499
- package/src/plugins/HeatGetLoginInfoService.js +491 -491
- package/src/plugins/validation.js +7 -7
- package/src/project/State.js +17 -17
- package/src/stores/AppData.js +38 -38
- package/src/stores/HeatAppData.js +38 -38
- package/src/styles/fonts/glyphicons-halflings-regular.svg +287 -287
- package/src/styles/less/.csscomb.json +304 -304
- package/src/styles/less/.csslintrc +19 -19
- package/src/styles/less/alerts.less +73 -73
- package/src/styles/less/aofeng/animate.min.css +10 -10
- package/src/styles/less/aofeng/expandcss.less +569 -569
- package/src/styles/less/aofeng/standard.less +2121 -2121
- package/src/styles/less/aofeng/themeOne/BinaryTemplate.less +686 -686
- package/src/styles/less/aofeng/themeOne/loginStyle.less +1586 -1586
- package/src/styles/less/aofeng/themeOne/systemStyle.less +2650 -2650
- package/src/styles/less/aofeng/themeOne.less +17 -17
- package/src/styles/less/aofeng/themeTwo/newStyle1.less +415 -415
- package/src/styles/less/aofeng/themeTwo.less +3 -3
- package/src/styles/less/badges.less +66 -66
- package/src/styles/less/bootstrap.less +66 -66
- package/src/styles/less/breadcrumbs.less +26 -26
- package/src/styles/less/button-groups.less +247 -247
- package/src/styles/less/buttons.less +172 -172
- package/src/styles/less/carousel.less +269 -269
- package/src/styles/less/close.less +34 -34
- package/src/styles/less/code.less +69 -69
- package/src/styles/less/component-animations.less +33 -33
- package/src/styles/less/dropdowns.less +216 -216
- package/src/styles/less/fonts-list.less +25 -25
- package/src/styles/less/forms.less +626 -626
- package/src/styles/less/glyphicons.less +305 -305
- package/src/styles/less/grid.less +84 -84
- package/src/styles/less/input-groups.less +167 -167
- package/src/styles/less/jumbotron.less +52 -52
- package/src/styles/less/labels.less +64 -64
- package/src/styles/less/list-group.less +141 -141
- package/src/styles/less/manageStyle/manageChile.less +180 -180
- package/src/styles/less/manageStyle/manageStyle.less +1102 -1102
- package/src/styles/less/manageStyle/safeStyle.less +498 -498
- package/src/styles/less/media.less +66 -66
- package/src/styles/less/mixins/alerts.less +14 -14
- package/src/styles/less/mixins/background-variant.less +9 -9
- package/src/styles/less/mixins/border-radius.less +18 -18
- package/src/styles/less/mixins/buttons.less +69 -69
- package/src/styles/less/mixins/center-block.less +7 -7
- package/src/styles/less/mixins/clearfix.less +22 -22
- package/src/styles/less/mixins/forms.less +90 -90
- package/src/styles/less/mixins/gradients.less +59 -59
- package/src/styles/less/mixins/grid-framework.less +92 -92
- package/src/styles/less/mixins/grid.less +122 -122
- package/src/styles/less/mixins/hide-text.less +21 -21
- package/src/styles/less/mixins/image.less +33 -33
- package/src/styles/less/mixins/labels.less +12 -12
- package/src/styles/less/mixins/list-group.less +30 -30
- package/src/styles/less/mixins/nav-divider.less +10 -10
- package/src/styles/less/mixins/nav-vertical-align.less +9 -9
- package/src/styles/less/mixins/opacity.less +8 -8
- package/src/styles/less/mixins/pagination.less +24 -24
- package/src/styles/less/mixins/panels.less +24 -24
- package/src/styles/less/mixins/progress-bar.less +10 -10
- package/src/styles/less/mixins/reset-filter.less +8 -8
- package/src/styles/less/mixins/reset-text.less +18 -18
- package/src/styles/less/mixins/resize.less +6 -6
- package/src/styles/less/mixins/responsive-visibility.less +15 -15
- package/src/styles/less/mixins/size.less +10 -10
- package/src/styles/less/mixins/tab-focus.less +9 -9
- package/src/styles/less/mixins/table-row.less +44 -44
- package/src/styles/less/mixins/text-emphasis.less +9 -9
- package/src/styles/less/mixins/text-overflow.less +8 -8
- package/src/styles/less/mixins/vendor-prefixes.less +227 -227
- package/src/styles/less/mixins.less +40 -40
- package/src/styles/less/modals.less +151 -151
- package/src/styles/less/navbar.less +660 -660
- package/src/styles/less/navs.less +285 -285
- package/src/styles/less/normalize.less +424 -424
- package/src/styles/less/pager.less +76 -76
- package/src/styles/less/pagination.less +89 -89
- package/src/styles/less/panels.less +275 -275
- package/src/styles/less/popovers.less +131 -131
- package/src/styles/less/print.less +101 -101
- package/src/styles/less/progress-bars.less +87 -87
- package/src/styles/less/responsive-embed.less +35 -35
- package/src/styles/less/responsive-utilities.less +194 -194
- package/src/styles/less/scaffolding.less +161 -161
- package/src/styles/less/stand.less +207 -207
- package/src/styles/less/tables.less +262 -262
- package/src/styles/less/theme.less +291 -291
- package/src/styles/less/thumbnails.less +36 -36
- package/src/styles/less/tooltip.less +102 -102
- package/src/styles/less/type.less +303 -303
- package/src/styles/less/utilities.less +55 -55
- package/src/styles/less/variables.less +896 -896
- package/src/styles/less/wells.less +29 -29
- package/src/system.js +85 -85
package/gradlew.bat
CHANGED
@@ -1,89 +1,89 @@
|
|
1
|
-
@rem
|
2
|
-
@rem Copyright 2015 the original author or authors.
|
3
|
-
@rem
|
4
|
-
@rem Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
-
@rem you may not use this file except in compliance with the License.
|
6
|
-
@rem You may obtain a copy of the License at
|
7
|
-
@rem
|
8
|
-
@rem https://www.apache.org/licenses/LICENSE-2.0
|
9
|
-
@rem
|
10
|
-
@rem Unless required by applicable law or agreed to in writing, software
|
11
|
-
@rem distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
-
@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
-
@rem See the License for the specific language governing permissions and
|
14
|
-
@rem limitations under the License.
|
15
|
-
@rem
|
16
|
-
|
17
|
-
@if "%DEBUG%" == "" @echo off
|
18
|
-
@rem ##########################################################################
|
19
|
-
@rem
|
20
|
-
@rem Gradle startup script for Windows
|
21
|
-
@rem
|
22
|
-
@rem ##########################################################################
|
23
|
-
|
24
|
-
@rem Set local scope for the variables with windows NT shell
|
25
|
-
if "%OS%"=="Windows_NT" setlocal
|
26
|
-
|
27
|
-
set DIRNAME=%~dp0
|
28
|
-
if "%DIRNAME%" == "" set DIRNAME=.
|
29
|
-
set APP_BASE_NAME=%~n0
|
30
|
-
set APP_HOME=%DIRNAME%
|
31
|
-
|
32
|
-
@rem Resolve any "." and ".." in APP_HOME to make it shorter.
|
33
|
-
for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
|
34
|
-
|
35
|
-
@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
|
36
|
-
set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m"
|
37
|
-
|
38
|
-
@rem Find java.exe
|
39
|
-
if defined JAVA_HOME goto findJavaFromJavaHome
|
40
|
-
|
41
|
-
set JAVA_EXE=java.exe
|
42
|
-
%JAVA_EXE% -version >NUL 2>&1
|
43
|
-
if "%ERRORLEVEL%" == "0" goto execute
|
44
|
-
|
45
|
-
echo.
|
46
|
-
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
|
47
|
-
echo.
|
48
|
-
echo Please set the JAVA_HOME variable in your environment to match the
|
49
|
-
echo location of your Java installation.
|
50
|
-
|
51
|
-
goto fail
|
52
|
-
|
53
|
-
:findJavaFromJavaHome
|
54
|
-
set JAVA_HOME=%JAVA_HOME:"=%
|
55
|
-
set JAVA_EXE=%JAVA_HOME%/bin/java.exe
|
56
|
-
|
57
|
-
if exist "%JAVA_EXE%" goto execute
|
58
|
-
|
59
|
-
echo.
|
60
|
-
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
|
61
|
-
echo.
|
62
|
-
echo Please set the JAVA_HOME variable in your environment to match the
|
63
|
-
echo location of your Java installation.
|
64
|
-
|
65
|
-
goto fail
|
66
|
-
|
67
|
-
:execute
|
68
|
-
@rem Setup the command line
|
69
|
-
|
70
|
-
set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
|
71
|
-
|
72
|
-
|
73
|
-
@rem Execute Gradle
|
74
|
-
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %*
|
75
|
-
|
76
|
-
:end
|
77
|
-
@rem End local scope for the variables with windows NT shell
|
78
|
-
if "%ERRORLEVEL%"=="0" goto mainEnd
|
79
|
-
|
80
|
-
:fail
|
81
|
-
rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
|
82
|
-
rem the _cmd.exe /c_ return code!
|
83
|
-
if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1
|
84
|
-
exit /b 1
|
85
|
-
|
86
|
-
:mainEnd
|
87
|
-
if "%OS%"=="Windows_NT" endlocal
|
88
|
-
|
89
|
-
:omega
|
1
|
+
@rem
|
2
|
+
@rem Copyright 2015 the original author or authors.
|
3
|
+
@rem
|
4
|
+
@rem Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
+
@rem you may not use this file except in compliance with the License.
|
6
|
+
@rem You may obtain a copy of the License at
|
7
|
+
@rem
|
8
|
+
@rem https://www.apache.org/licenses/LICENSE-2.0
|
9
|
+
@rem
|
10
|
+
@rem Unless required by applicable law or agreed to in writing, software
|
11
|
+
@rem distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
+
@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
+
@rem See the License for the specific language governing permissions and
|
14
|
+
@rem limitations under the License.
|
15
|
+
@rem
|
16
|
+
|
17
|
+
@if "%DEBUG%" == "" @echo off
|
18
|
+
@rem ##########################################################################
|
19
|
+
@rem
|
20
|
+
@rem Gradle startup script for Windows
|
21
|
+
@rem
|
22
|
+
@rem ##########################################################################
|
23
|
+
|
24
|
+
@rem Set local scope for the variables with windows NT shell
|
25
|
+
if "%OS%"=="Windows_NT" setlocal
|
26
|
+
|
27
|
+
set DIRNAME=%~dp0
|
28
|
+
if "%DIRNAME%" == "" set DIRNAME=.
|
29
|
+
set APP_BASE_NAME=%~n0
|
30
|
+
set APP_HOME=%DIRNAME%
|
31
|
+
|
32
|
+
@rem Resolve any "." and ".." in APP_HOME to make it shorter.
|
33
|
+
for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
|
34
|
+
|
35
|
+
@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
|
36
|
+
set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m"
|
37
|
+
|
38
|
+
@rem Find java.exe
|
39
|
+
if defined JAVA_HOME goto findJavaFromJavaHome
|
40
|
+
|
41
|
+
set JAVA_EXE=java.exe
|
42
|
+
%JAVA_EXE% -version >NUL 2>&1
|
43
|
+
if "%ERRORLEVEL%" == "0" goto execute
|
44
|
+
|
45
|
+
echo.
|
46
|
+
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
|
47
|
+
echo.
|
48
|
+
echo Please set the JAVA_HOME variable in your environment to match the
|
49
|
+
echo location of your Java installation.
|
50
|
+
|
51
|
+
goto fail
|
52
|
+
|
53
|
+
:findJavaFromJavaHome
|
54
|
+
set JAVA_HOME=%JAVA_HOME:"=%
|
55
|
+
set JAVA_EXE=%JAVA_HOME%/bin/java.exe
|
56
|
+
|
57
|
+
if exist "%JAVA_EXE%" goto execute
|
58
|
+
|
59
|
+
echo.
|
60
|
+
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
|
61
|
+
echo.
|
62
|
+
echo Please set the JAVA_HOME variable in your environment to match the
|
63
|
+
echo location of your Java installation.
|
64
|
+
|
65
|
+
goto fail
|
66
|
+
|
67
|
+
:execute
|
68
|
+
@rem Setup the command line
|
69
|
+
|
70
|
+
set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
|
71
|
+
|
72
|
+
|
73
|
+
@rem Execute Gradle
|
74
|
+
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %*
|
75
|
+
|
76
|
+
:end
|
77
|
+
@rem End local scope for the variables with windows NT shell
|
78
|
+
if "%ERRORLEVEL%"=="0" goto mainEnd
|
79
|
+
|
80
|
+
:fail
|
81
|
+
rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
|
82
|
+
rem the _cmd.exe /c_ return code!
|
83
|
+
if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1
|
84
|
+
exit /b 1
|
85
|
+
|
86
|
+
:mainEnd
|
87
|
+
if "%OS%"=="Windows_NT" endlocal
|
88
|
+
|
89
|
+
:omega
|
package/index.html
CHANGED
@@ -1,21 +1,21 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html lang="zh-CN">
|
3
|
-
<head>
|
4
|
-
<meta charset="utf-8">
|
5
|
-
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
6
|
-
<META HTTP-EQUIV="pragma" CONTENT="no-cache">
|
7
|
-
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache, must-revalidate">
|
8
|
-
<META HTTP-EQUIV="expires" CONTENT="0">
|
9
|
-
<title>奥枫信息系统</title>
|
10
|
-
<style media="screen">
|
11
|
-
/*url(./static/newmainbg.jpg)*/
|
12
|
-
body{width: 100%;background:#7f8eaf no-repeat center bottom; background-size: cover;}
|
13
|
-
body .loginbg{ width:100%; height:100%; background:url(./static/loginbg.jpg) no-repeat center top;}
|
14
|
-
</style>
|
15
|
-
</head>
|
16
|
-
<body id="bodymain" class="themeOne">
|
17
|
-
<!-- <widget></widget> -->
|
18
|
-
<app></app>
|
19
|
-
<!-- built files will be auto injected -->
|
20
|
-
</body>
|
21
|
-
</html>
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html lang="zh-CN">
|
3
|
+
<head>
|
4
|
+
<meta charset="utf-8">
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
6
|
+
<META HTTP-EQUIV="pragma" CONTENT="no-cache">
|
7
|
+
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache, must-revalidate">
|
8
|
+
<META HTTP-EQUIV="expires" CONTENT="0">
|
9
|
+
<title>奥枫信息系统</title>
|
10
|
+
<style media="screen">
|
11
|
+
/*url(./static/newmainbg.jpg)*/
|
12
|
+
body{width: 100%;background:#7f8eaf no-repeat center bottom; background-size: cover;}
|
13
|
+
body .loginbg{ width:100%; height:100%; background:url(./static/loginbg.jpg) no-repeat center top;}
|
14
|
+
</style>
|
15
|
+
</head>
|
16
|
+
<body id="bodymain" class="themeOne">
|
17
|
+
<!-- <widget></widget> -->
|
18
|
+
<app></app>
|
19
|
+
<!-- built files will be auto injected -->
|
20
|
+
</body>
|
21
|
+
</html>
|
package/package.json
CHANGED
@@ -1,102 +1,102 @@
|
|
1
|
-
{
|
2
|
-
"name": "system-clients",
|
3
|
-
"version": "3.2.
|
4
|
-
"description": "系统基础框架",
|
5
|
-
"main": "src/index.js",
|
6
|
-
"directories": {
|
7
|
-
"example": "examples",
|
8
|
-
"test": "test"
|
9
|
-
},
|
10
|
-
"scripts": {
|
11
|
-
"example": "node build/example-server.js",
|
12
|
-
"dev": "node build/dev-server.js",
|
13
|
-
"lint": "eslint src/**.js test/e2e/**.js test/unit/specs/** build/**.js",
|
14
|
-
"build": "rimraf dist && mkdirp dist && ncp static dist/static && cross-env NODE_ENV=production webpack --progress --hide-modules --config build/webpack.prod.conf.js",
|
15
|
-
"e2e": "node test/e2e/runner.js",
|
16
|
-
"unit": "karma start test/unit/karma.conf.js",
|
17
|
-
"release": "npm set registry http://registry.npmjs.org && npm publish && npm set registry http://registry.npm.taobao.org"
|
18
|
-
},
|
19
|
-
"dependencies": {
|
20
|
-
"base64-js": "^1.3.0",
|
21
|
-
"js-base64": "^2.4.9",
|
22
|
-
"less": "^2.7.1",
|
23
|
-
"less-loader": "^2.2.3",
|
24
|
-
"src": "^1.1.2",
|
25
|
-
"vue": "^1.0.17"
|
26
|
-
},
|
27
|
-
"devDependencies": {
|
28
|
-
"babel-core": "^6.0.0",
|
29
|
-
"babel-loader": "^6.0.0",
|
30
|
-
"babel-plugin-transform-runtime": "^6.0.0",
|
31
|
-
"babel-preset-es2015": "^6.0.0",
|
32
|
-
"babel-preset-stage-2": "^6.0.0",
|
33
|
-
"chai": "^3.5.0",
|
34
|
-
"connect-history-api-fallback": "^1.1.0",
|
35
|
-
"cross-env": "^1.0.7",
|
36
|
-
"cross-spawn": "^2.1.5",
|
37
|
-
"css-loader": "^0.23.0",
|
38
|
-
"eslint": "^2.0.0",
|
39
|
-
"eslint-config-standard": "^5.1.0",
|
40
|
-
"eslint-friendly-formatter": "^1.2.2",
|
41
|
-
"eslint-loader": "^1.3.0",
|
42
|
-
"eslint-plugin-html": "^1.3.0",
|
43
|
-
"eslint-plugin-promise": "^1.0.8",
|
44
|
-
"eslint-plugin-standard": "^1.3.2",
|
45
|
-
"eslint-plugin-vue": "^0.1.1",
|
46
|
-
"eventsource-polyfill": "^0.9.6",
|
47
|
-
"express": "^4.13.3",
|
48
|
-
"extract-text-webpack-plugin": "^1.0.1",
|
49
|
-
"file-loader": "^0.8.4",
|
50
|
-
"function-bind": "^1.0.2",
|
51
|
-
"html-webpack-plugin": "^2.8.1",
|
52
|
-
"http-proxy-middleware": "^0.11.0",
|
53
|
-
"inject-loader": "^2.0.1",
|
54
|
-
"isparta-loader": "^2.0.0",
|
55
|
-
"jasmine-core": "^2.4.1",
|
56
|
-
"jquery": "^3.3.1",
|
57
|
-
"json-loader": "^0.5.4",
|
58
|
-
"karma": "^1.4.1",
|
59
|
-
"karma-chrome-launcher": "^2.2.0",
|
60
|
-
"karma-coverage": "^1.1.1",
|
61
|
-
"karma-mocha": "^1.3.0",
|
62
|
-
"karma-sinon-chai": "^1.3.1",
|
63
|
-
"karma-sourcemap-loader": "^0.3.7",
|
64
|
-
"karma-spec-reporter": "0.0.31",
|
65
|
-
"karma-webpack": "^2.0.2",
|
66
|
-
"manage-client": "^1.4.20",
|
67
|
-
"mkdirp": "^0.5.1",
|
68
|
-
"mocha": "^3.2.0",
|
69
|
-
"ncp": "^2.0.0",
|
70
|
-
"nightwatch": "^0.8.18",
|
71
|
-
"rimraf": "^2.5.0",
|
72
|
-
"selenium-server": "2.52.0",
|
73
|
-
"sinon": "^2.1.0",
|
74
|
-
"sinon-chai": "^2.8.0",
|
75
|
-
"style": "0.0.3",
|
76
|
-
"style-loader": "^0.20.3",
|
77
|
-
"url-loader": "^0.5.7",
|
78
|
-
"vue-client": "1.21.60",
|
79
|
-
"vue-hot-reload-api": "^1.2.0",
|
80
|
-
"vue-html-loader": "^1.0.0",
|
81
|
-
"vue-loader": "^8.2.1",
|
82
|
-
"vue-resource": "^1.5.0",
|
83
|
-
"vue-router": "^0.7.13",
|
84
|
-
"vue-strap": "^1.0.9",
|
85
|
-
"vue-style-loader": "^1.0.0",
|
86
|
-
"vue-validator": "^3.0.0-alpha.2",
|
87
|
-
"webpack": "^1.12.2",
|
88
|
-
"jsencrypt": "3.0.0-rc.1",
|
89
|
-
"webpack-dev-middleware": "^1.4.0",
|
90
|
-
"webpack-hot-middleware": "^2.6.0",
|
91
|
-
"webpack-merge": "^0.8.3"
|
92
|
-
},
|
93
|
-
"repository": {
|
94
|
-
"type": "git",
|
95
|
-
"url": "https://gitee.com/aotu/System"
|
96
|
-
},
|
97
|
-
"keywords": [
|
98
|
-
"system_clients"
|
99
|
-
],
|
100
|
-
"author": "杨文宇",
|
101
|
-
"license": "ISC"
|
102
|
-
}
|
1
|
+
{
|
2
|
+
"name": "system-clients",
|
3
|
+
"version": "3.2.4-aodeToV4",
|
4
|
+
"description": "系统基础框架",
|
5
|
+
"main": "src/index.js",
|
6
|
+
"directories": {
|
7
|
+
"example": "examples",
|
8
|
+
"test": "test"
|
9
|
+
},
|
10
|
+
"scripts": {
|
11
|
+
"example": "node build/example-server.js",
|
12
|
+
"dev": "node build/dev-server.js",
|
13
|
+
"lint": "eslint src/**.js test/e2e/**.js test/unit/specs/** build/**.js",
|
14
|
+
"build": "rimraf dist && mkdirp dist && ncp static dist/static && cross-env NODE_ENV=production webpack --progress --hide-modules --config build/webpack.prod.conf.js",
|
15
|
+
"e2e": "node test/e2e/runner.js",
|
16
|
+
"unit": "karma start test/unit/karma.conf.js",
|
17
|
+
"release": "npm set registry http://registry.npmjs.org && npm publish && npm set registry http://registry.npm.taobao.org"
|
18
|
+
},
|
19
|
+
"dependencies": {
|
20
|
+
"base64-js": "^1.3.0",
|
21
|
+
"js-base64": "^2.4.9",
|
22
|
+
"less": "^2.7.1",
|
23
|
+
"less-loader": "^2.2.3",
|
24
|
+
"src": "^1.1.2",
|
25
|
+
"vue": "^1.0.17"
|
26
|
+
},
|
27
|
+
"devDependencies": {
|
28
|
+
"babel-core": "^6.0.0",
|
29
|
+
"babel-loader": "^6.0.0",
|
30
|
+
"babel-plugin-transform-runtime": "^6.0.0",
|
31
|
+
"babel-preset-es2015": "^6.0.0",
|
32
|
+
"babel-preset-stage-2": "^6.0.0",
|
33
|
+
"chai": "^3.5.0",
|
34
|
+
"connect-history-api-fallback": "^1.1.0",
|
35
|
+
"cross-env": "^1.0.7",
|
36
|
+
"cross-spawn": "^2.1.5",
|
37
|
+
"css-loader": "^0.23.0",
|
38
|
+
"eslint": "^2.0.0",
|
39
|
+
"eslint-config-standard": "^5.1.0",
|
40
|
+
"eslint-friendly-formatter": "^1.2.2",
|
41
|
+
"eslint-loader": "^1.3.0",
|
42
|
+
"eslint-plugin-html": "^1.3.0",
|
43
|
+
"eslint-plugin-promise": "^1.0.8",
|
44
|
+
"eslint-plugin-standard": "^1.3.2",
|
45
|
+
"eslint-plugin-vue": "^0.1.1",
|
46
|
+
"eventsource-polyfill": "^0.9.6",
|
47
|
+
"express": "^4.13.3",
|
48
|
+
"extract-text-webpack-plugin": "^1.0.1",
|
49
|
+
"file-loader": "^0.8.4",
|
50
|
+
"function-bind": "^1.0.2",
|
51
|
+
"html-webpack-plugin": "^2.8.1",
|
52
|
+
"http-proxy-middleware": "^0.11.0",
|
53
|
+
"inject-loader": "^2.0.1",
|
54
|
+
"isparta-loader": "^2.0.0",
|
55
|
+
"jasmine-core": "^2.4.1",
|
56
|
+
"jquery": "^3.3.1",
|
57
|
+
"json-loader": "^0.5.4",
|
58
|
+
"karma": "^1.4.1",
|
59
|
+
"karma-chrome-launcher": "^2.2.0",
|
60
|
+
"karma-coverage": "^1.1.1",
|
61
|
+
"karma-mocha": "^1.3.0",
|
62
|
+
"karma-sinon-chai": "^1.3.1",
|
63
|
+
"karma-sourcemap-loader": "^0.3.7",
|
64
|
+
"karma-spec-reporter": "0.0.31",
|
65
|
+
"karma-webpack": "^2.0.2",
|
66
|
+
"manage-client": "^1.4.20",
|
67
|
+
"mkdirp": "^0.5.1",
|
68
|
+
"mocha": "^3.2.0",
|
69
|
+
"ncp": "^2.0.0",
|
70
|
+
"nightwatch": "^0.8.18",
|
71
|
+
"rimraf": "^2.5.0",
|
72
|
+
"selenium-server": "2.52.0",
|
73
|
+
"sinon": "^2.1.0",
|
74
|
+
"sinon-chai": "^2.8.0",
|
75
|
+
"style": "0.0.3",
|
76
|
+
"style-loader": "^0.20.3",
|
77
|
+
"url-loader": "^0.5.7",
|
78
|
+
"vue-client": "1.21.60",
|
79
|
+
"vue-hot-reload-api": "^1.2.0",
|
80
|
+
"vue-html-loader": "^1.0.0",
|
81
|
+
"vue-loader": "^8.2.1",
|
82
|
+
"vue-resource": "^1.5.0",
|
83
|
+
"vue-router": "^0.7.13",
|
84
|
+
"vue-strap": "^1.0.9",
|
85
|
+
"vue-style-loader": "^1.0.0",
|
86
|
+
"vue-validator": "^3.0.0-alpha.2",
|
87
|
+
"webpack": "^1.12.2",
|
88
|
+
"jsencrypt": "3.0.0-rc.1",
|
89
|
+
"webpack-dev-middleware": "^1.4.0",
|
90
|
+
"webpack-hot-middleware": "^2.6.0",
|
91
|
+
"webpack-merge": "^0.8.3"
|
92
|
+
},
|
93
|
+
"repository": {
|
94
|
+
"type": "git",
|
95
|
+
"url": "https://gitee.com/aotu/System"
|
96
|
+
},
|
97
|
+
"keywords": [
|
98
|
+
"system_clients"
|
99
|
+
],
|
100
|
+
"author": "杨文宇",
|
101
|
+
"license": "ISC"
|
102
|
+
}
|
package/src/App.vue
CHANGED
@@ -1,24 +1,24 @@
|
|
1
|
-
<template>
|
2
|
-
<app-base class="bg">
|
3
|
-
<div class='flex'>
|
4
|
-
<article>
|
5
|
-
<!--<route :comp="{name: 'check-model'}"></route>-->
|
6
|
-
<!--<route :comp="{name: 'vender-management'}"></route>-->
|
7
|
-
<route :comp="{name: 'login'}"></route>
|
8
|
-
<!-- <route :comp="{name: 'load-data'}"></route> -->
|
9
|
-
<!-- <route :comp="{name: 'load-params', props: {componentName: 'login'}}"></route> -->
|
10
|
-
<!-- <route :comp="{name: 'load-params', props: {dataUrl: ['api/af-system/sql/getMeterBrand','api/af-system/sql/getPriceType','api/af-system/sql/getMeterStyle'], componentName: 'login'}}"></route> -->
|
11
|
-
</article>
|
12
|
-
</div>
|
13
|
-
</app-base>
|
14
|
-
</template>
|
15
|
-
|
16
|
-
<script>
|
17
|
-
// import cardListen from './plugins/CardListen'
|
18
|
-
|
19
|
-
export default {
|
20
|
-
// ready () {
|
21
|
-
// cardListen.startListen()
|
22
|
-
// }
|
23
|
-
}
|
24
|
-
</script>
|
1
|
+
<template>
|
2
|
+
<app-base class="bg">
|
3
|
+
<div class='flex'>
|
4
|
+
<article>
|
5
|
+
<!--<route :comp="{name: 'check-model'}"></route>-->
|
6
|
+
<!--<route :comp="{name: 'vender-management'}"></route>-->
|
7
|
+
<route :comp="{name: 'login'}"></route>
|
8
|
+
<!-- <route :comp="{name: 'load-data'}"></route> -->
|
9
|
+
<!-- <route :comp="{name: 'load-params', props: {componentName: 'login'}}"></route> -->
|
10
|
+
<!-- <route :comp="{name: 'load-params', props: {dataUrl: ['api/af-system/sql/getMeterBrand','api/af-system/sql/getPriceType','api/af-system/sql/getMeterStyle'], componentName: 'login'}}"></route> -->
|
11
|
+
</article>
|
12
|
+
</div>
|
13
|
+
</app-base>
|
14
|
+
</template>
|
15
|
+
|
16
|
+
<script>
|
17
|
+
// import cardListen from './plugins/CardListen'
|
18
|
+
|
19
|
+
export default {
|
20
|
+
// ready () {
|
21
|
+
// cardListen.startListen()
|
22
|
+
// }
|
23
|
+
}
|
24
|
+
</script>
|