system-phone 3.0.29 → 3.0.30
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/.gradle/checksums/checksums.lock +0 -0
- package/.gradle/checksums/md5-checksums.bin +0 -0
- package/.gradle/checksums/sha1-checksums.bin +0 -0
- package/.idea/compiler.xml +6 -0
- package/.idea/encodings.xml +6 -0
- package/.idea/gradle.xml +17 -0
- package/.idea/misc.xml +11 -0
- package/package.json +1 -1
- package/src/assets//345/234/250/347/272/277/345/244/215/346/243/200.png +0 -0
- package/src/assets//{345/201/234/346/260/224/345/205/254/345/221/212.png → 346/212/204/350/241/250/345/256/211/346/243/200.png} +0 -0
- package/src/assets//351/242/204/347/272/246/345/256/211/346/243/200.png +0 -0
- package/src/components/AttendManage.vue +421 -470
- package/src/components/LoginApp.vue +559 -655
- package/src/components/LoginAppNew.vue +587 -587
- package/src/components/ModifyPassWord.vue +120 -144
- package/src/components/NavBottomVVV.vue +183 -185
- package/src/components/OnlineManage.vue +198 -362
- package/src/components/RightTree.vue +214 -217
- package/src/components/ToolsPage.vue +68 -82
- package/src/components/userinfo/paymentQuery.vue +189 -189
- package/src/components/userinfo/queryFile.vue +190 -190
- package/src/systemphonegrid.js +0 -8
- package/src/assets/R-C.png +0 -0
- package/src/assets/yinliang.png +0 -0
- package/src/assets//345/267/245/345/215/225/350/257/246/346/203/205.png +0 -0
- package/src/assets//347/253/231/347/202/271/346/264/276/345/217/221.png +0 -0
- package/src/components/PhoneAllInfo.vue +0 -68
- package/src/components/PhoneMeterInfo.vue +0 -132
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/.idea/gradle.xml
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="GradleSettings">
|
|
4
|
+
<option name="linkedExternalProjectsSettings">
|
|
5
|
+
<GradleProjectSettings>
|
|
6
|
+
<option name="distributionType" value="DEFAULT_WRAPPED" />
|
|
7
|
+
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
|
8
|
+
<option name="gradleHome" value="$PROJECT_DIR$/../../../../af-gradle/gradle-3.5.1" />
|
|
9
|
+
<option name="modules">
|
|
10
|
+
<set>
|
|
11
|
+
<option value="$PROJECT_DIR$" />
|
|
12
|
+
</set>
|
|
13
|
+
</option>
|
|
14
|
+
</GradleProjectSettings>
|
|
15
|
+
</option>
|
|
16
|
+
</component>
|
|
17
|
+
</project>
|
package/.idea/misc.xml
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project version="4">
|
|
3
|
+
<component name="ExternalStorageConfigurationManager" enabled="true" />
|
|
4
|
+
<component name="FrameworkDetectionExcludesConfiguration">
|
|
5
|
+
<file type="web" url="file://$PROJECT_DIR$" />
|
|
6
|
+
</component>
|
|
7
|
+
<component name="ProjectRootManager" version="2" languageLevel="JDK_11" project-jdk-name="jbr-11" project-jdk-type="JavaSDK" />
|
|
8
|
+
<component name="ProjectType">
|
|
9
|
+
<option name="id" value="jpab" />
|
|
10
|
+
</component>
|
|
11
|
+
</project>
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|