Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pc
Project
Project
Details
Activity
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
wbx-PCAndMobi
pc
Commits
f28d13d5
Commit
f28d13d5
authored
Jul 28, 2022
by
程卓
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init
parent
9e2c6b53
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
5 deletions
+12
-5
api.js
src/server/api.js
+2
-2
login.vue
src/views/login.vue
+7
-0
receiptList.vue
src/views/receiptService/receiptList.vue
+3
-3
No files found.
src/server/api.js
View file @
f28d13d5
...
@@ -45,8 +45,8 @@ default: // 默认环境下(开发环境)
...
@@ -45,8 +45,8 @@ default: // 默认环境下(开发环境)
// WBX_URL = 'https://wbx-uat.omniview.pro/pc'
// WBX_URL = 'https://wbx-uat.omniview.pro/pc'
// BASE_URL = '/api'
// BASE_URL = '/api'
// BASE_URL = 'http://yangpu-hm.omniview.pro/api/v2'
// BASE_URL = 'http://yangpu-hm.omniview.pro/api/v2'
//
BASE_URL = 'https://wbx-uat.omniview.pro/api'
BASE_URL
=
'https://wbx-uat.omniview.pro/api'
BASE_URL
=
'https://wbxpt.shyp.gov.cn/api'
//
BASE_URL= 'https://wbxpt.shyp.gov.cn/api'
// BASE_URL = 'http://xuhui.hm.omniview.pro/api/v2'
// BASE_URL = 'http://xuhui.hm.omniview.pro/api/v2'
// BASE_URL = 'http://yangpu-hm.omniview.pro/api/v2'
// BASE_URL = 'http://yangpu-hm.omniview.pro/api/v2'
// BASE_URL = 'http://211.136.105.193/apiv2'
// BASE_URL = 'http://211.136.105.193/apiv2'
...
...
src/views/login.vue
View file @
f28d13d5
...
@@ -28,8 +28,15 @@
...
@@ -28,8 +28,15 @@
</a-button>
</a-button>
</a-form-item>
</a-form-item>
</a-form>
</a-form>
<Loader
msg=
"登录中..."
/>
<Loader
msg=
"登录中..."
/>
</a-card>
</a-card>
<div
style=
"width:300px;margin:0 auto; padding:20px 0;position:absolute;bottom:0;"
>
<a
target=
"_blank"
href=
" "
style=
"display:inline-block;text-decoration:none;height:20px;line-height:20px;"
>
<img
src=
"../assets/icon/jc.png"
style=
"float:left;"
/>
<p
style=
"float:left;height:20px;line-height:20px;margin: 0px 0px 0px 5px; color:#fff;"
>
沪公网安备 31011002005918号
</p
>
</a>
</div>
</div>
</div>
</
template
>
</
template
>
...
...
src/views/receiptService/receiptList.vue
View file @
f28d13d5
...
@@ -11,14 +11,14 @@
...
@@ -11,14 +11,14 @@
</span>
</span>
</a-table>
</a-table>
</div>
</div>
</div>
<div
style=
"width:300px;margin:0 auto; padding:20px 0;"
>
<div
style=
"width:300px;margin:0 auto; padding:20px 0;"
>
<a
target=
"_blank"
href=
" "
style=
"display:inline-block;text-decoration:none;height:20px;line-height:20px;"
>
<a
target=
"_blank"
href=
" "
style=
"display:inline-block;text-decoration:none;height:20px;line-height:20px;"
>
<img
src=
"../../assets/icon/jc.png"
style=
"float:left;"
/>
<img
src=
"../../assets/icon/jc.png"
style=
"float:left;"
/>
<p
style=
"float:left;height:20px;line-height:20px;margin: 0px 0px 0px 5px; color:#939393;"
>
沪公网安备 31011002005918号
</p
>
<p
style=
"float:left;height:20px;line-height:20px;margin: 0px 0px 0px 5px; color:#939393;"
>
沪公网安备 31011002005918号
</p
>
</a>
</a>
</div>
</div>
</div>
</div>
</div>
</
template
>
</
template
>
...
...
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