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
e5b429f0
Commit
e5b429f0
authored
Jul 29, 2022
by
程卓
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复bug
parent
2aab4377
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
9 deletions
+13
-9
index.js
config/index.js
+1
-1
main.js
src/main.js
+2
-2
receiptList.vue
src/views/receiptService/receiptList.vue
+10
-6
No files found.
config/index.js
View file @
e5b429f0
...
...
@@ -65,7 +65,7 @@ module.exports = {
// Paths
assetsRoot
:
path
.
resolve
(
__dirname
,
'../dist'
),
assetsSubDirectory
:
'static'
,
assetsPublicPath
:
'
.
/'
,
// 设置生产地址,否则生产环境下在子项目刷新页面会空白
assetsPublicPath
:
'/'
,
// 设置生产地址,否则生产环境下在子项目刷新页面会空白
/**
* Source Maps
...
...
src/main.js
View file @
e5b429f0
...
...
@@ -205,8 +205,8 @@ let projects = []
// activeRule: checkPrefix(system[i].activeRule)
// })
// }
registerMicroApps
(
projects
)
// 注册子项目
//
registerMicroApps(projects) // 注册子项目
render
()
start
()
//
start()
src/views/receiptService/receiptList.vue
View file @
e5b429f0
...
...
@@ -11,22 +11,26 @@
</span>
</a-table>
</div>
<div
style=
"margin:0 auto; padding:20px 0;position:absolute;bottom:0;left:50%;transform: translate(-15%);"
>
<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:#939393;"
>
沪公网安备 31011002005918号
</p
>
</a>
</div>
</div>
<div
style=
"margin:0 auto; padding:20px 0;position:absolute;bottom:0;left:50%;transform: translate(-15%);"
>
<a
target=
"_blank"
href=
" "
style=
"display:inline-block;text-decoration:none;height:20px;line-height:20px;"
>
<img
:src=
"require('@/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
>
</a>
</div>
</div>
</
template
>
<
script
>
export
default
{
data
()
{
return
{
receiptList
:
[],
imageUrl
:
require
(
'@/assets/icon/jc.png'
),
pagination
:
{
//分页
pageNo
:
1
,
pageSize
:
10
,
...
...
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