Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sample-form-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
sample-form-platform
Commits
1ce8181d
Commit
1ce8181d
authored
Mar 26, 2024
by
YIyiyi
Browse files
Options
Browse Files
Download
Plain Diff
feat:合并
parents
53b4a565
3c197365
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
5 deletions
+19
-5
sample-form-client-ui/admin/package.json
sample-form-client-ui/admin/package.json
+1
-0
sample-form-client-ui/admin/src/App.vue
sample-form-client-ui/admin/src/App.vue
+7
-5
sample-form-client-ui/admin/src/main.js
sample-form-client-ui/admin/src/main.js
+3
-0
sample-form-client-ui/admin/yarn.lock
sample-form-client-ui/admin/yarn.lock
+8
-0
No files found.
sample-form-client-ui/admin/package.json
View file @
1ce8181d
...
@@ -26,6 +26,7 @@
...
@@ -26,6 +26,7 @@
"moment"
:
"^2.29.4"
,
"moment"
:
"^2.29.4"
,
"npm"
:
"^6.13.7"
,
"npm"
:
"^6.13.7"
,
"secure-ls"
:
"^1.2.6"
,
"secure-ls"
:
"^1.2.6"
,
"v-scale-screen"
:
"1.0.2"
,
"voca"
:
"^1.4.0"
,
"voca"
:
"^1.4.0"
,
"vue"
:
"^2.6.14"
,
"vue"
:
"^2.6.14"
,
"vue-barcode"
:
"^1.3.0"
,
"vue-barcode"
:
"^1.3.0"
,
...
...
sample-form-client-ui/admin/src/App.vue
View file @
1ce8181d
<
template
>
<
template
>
<v-scale-screen
width=
"1920"
height=
"1080"
:fullScreen=
"true"
>
<div
class=
"app"
>
<div
class=
"app"
>
<router-view></router-view>
<router-view></router-view>
<NetworkError
:isShowError=
"isShowError"
></NetworkError>
<NetworkError
:isShowError=
"isShowError"
></NetworkError>
<EnabledDev
:enabled=
"enabled"
></EnabledDev>
<EnabledDev
:enabled=
"enabled"
></EnabledDev>
</div>
</div>
</v-scale-screen>
</
template
>
</
template
>
<
script
>
<
script
>
...
...
sample-form-client-ui/admin/src/main.js
View file @
1ce8181d
...
@@ -30,6 +30,9 @@ Vue.use(scroll);
...
@@ -30,6 +30,9 @@ Vue.use(scroll);
// 格式化插件
// 格式化插件
import
format
from
"
vue-text-format
"
;
import
format
from
"
vue-text-format
"
;
Vue
.
use
(
format
);
Vue
.
use
(
format
);
// 屏幕适配
import
VScaleScreen
from
"
v-scale-screen
"
;
Vue
.
use
(
VScaleScreen
);
// 引入数据埋点
// 引入数据埋点
import
vueStatistics
from
"
@/utils/vue-statistics
"
;
import
vueStatistics
from
"
@/utils/vue-statistics
"
;
...
...
sample-form-client-ui/admin/yarn.lock
View file @
1ce8181d
...
@@ -9448,6 +9448,14 @@ uuid@^8.3.2:
...
@@ -9448,6 +9448,14 @@ uuid@^8.3.2:
resolved "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz"
resolved "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz"
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
<<<<<<< HEAD
=======
v-scale-screen@1.0.2:
version "1.0.2"
resolved "https://registry.npmmirror.com/v-scale-screen/-/v-scale-screen-1.0.2.tgz#8c911e3dd5ff93f56ff719511e5cafd58f0678a6"
integrity sha512-qMXPglHIs8KnhzDBdEBLcIoF3q7jgFCTWNIVPD5M0FGBkD+amYjbFUoLdKol/Xylm+pli4AHOZOqwyL6xX62SA==
>>>>>>> 3c197365888be2d5d4d557ece6830e3655c56d5d
v8-compile-cache@^2.0.3:
v8-compile-cache@^2.0.3:
version "2.3.0"
version "2.3.0"
resolved "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz"
resolved "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment