Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
9
91isoft_web_vue
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
91isoft_web_vue
Commits
6f81b601
Commit
6f81b601
authored
Mar 01, 2024
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
64943f7a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
login.vue
src/views/login/login.vue
+2
-1
index.vue
src/views/setup/index.vue
+2
-2
vue.config.js
vue.config.js
+2
-1
No files found.
src/views/login/login.vue
View file @
6f81b601
<
template
>
<div
class=
"login"
>
<el-form
ref=
"loginForm"
v-loading=
"vLoading"
:model=
"loginForm"
:rules=
"rules"
class=
"login-form"
>
<!-- v-loading="vLoading"-->
<el-form
ref=
"loginForm"
:model=
"loginForm"
:rules=
"rules"
class=
"login-form"
>
<!--
<img
class=
"fy-logo"
src=
"../../assets/image/denglu_logo.png"
>
-->
<div
class=
"login_logoRow"
>
<div
class=
"login_form_logo"
/>
...
...
src/views/setup/index.vue
View file @
6f81b601
<
template
>
<div
class=
"setup_module"
>
<div
class=
"button_row"
>
<el-button
type=
"primary"
@
click=
"handle
Test
"
>
扫码
</el-button>
<el-button
type=
"primary"
@
click=
"handle
OpenScan
"
>
扫码
</el-button>
<el-button
type=
"primary"
@
click=
"handleTakePhotos"
>
拍照
</el-button>
</div>
<div
class=
"button_row"
>
...
...
@@ -22,7 +22,7 @@ export default {
created
()
{
},
methods
:
{
handle
Test
()
{
handle
OpenScan
()
{
const
params
=
{
flag
:
'openScan'
}
...
...
vue.config.js
View file @
6f81b601
...
...
@@ -85,7 +85,8 @@ module.exports = {
// target: `http://117.122.212.91:32012/`,
// target: `http://192.168.1.31:8082/`,
// target: `http://192.168.1.12:8082/`, // 孙浩
target
:
`http://192.168.1.21:8001/`
,
// 张宇
// target: `http://192.168.1.14:8082/`,
target
:
`http://49.232.167.247:20014/`
,
// 线上
// target: `http://192.168.1.30:8082/`,
// changeOrigin: true,
pathRewrite
:
{
...
...
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