Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jijin
/
dance-pc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
21b5abda
authored
2024-07-18 10:29:12 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
e5a72838
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
24 deletions
src/viewsPc/center/index.vue
src/viewsPc/seat/order-detail.vue
vite.config.js
src/viewsPc/center/index.vue
View file @
21b5abd
...
...
@@ -156,13 +156,13 @@ const menus = ref([
picUrl2
:
'/img/nav_30_dwn.png'
,
isActive
:
false
},
{
name
:
language
.
value
==
0
?
'发票申请'
:
'Electronic invoice'
,
routeName
:
'myKP'
,
picUrl1
:
'/img/fp.svg'
,
picUrl2
:
'/img/fp_dwn.svg'
,
isActive
:
false
}
//
{
//
name: language.value==0?'发票申请':'Electronic invoice',
//
routeName: 'myKP',
//
picUrl1: '/img/fp.svg',
//
picUrl2: '/img/fp_dwn.svg',
//
isActive: false
//
}
])
const
menusEn
=
ref
([
{
...
...
@@ -251,13 +251,13 @@ const menus3 = ref([
picUrl2
:
'/img/c7.png'
,
isActive
:
false
},
{
name
:
language
.
value
==
0
?
'发票申请'
:
'Electronic invoice'
,
routeName
:
'myKP'
,
picUrl1
:
'/img/fp.svg'
,
picUrl2
:
'/img/fp_dwn.svg'
,
isActive
:
false
}
//
{
//
name: language.value==0?'发票申请':'Electronic invoice',
//
routeName: 'myKP',
//
picUrl1: '/img/fp.svg',
//
picUrl2: '/img/fp_dwn.svg',
//
isActive: false
//
}
])
const
menus3En
=
ref
([
{
...
...
@@ -332,13 +332,13 @@ const menusPersonal = ref([
picUrl2
:
'/img/nav_30_dwn.png'
,
isActive
:
false
},
{
name
:
language
.
value
==
0
?
'发票申请'
:
'Electronic invoice'
,
routeName
:
'myKP'
,
picUrl1
:
'/img/fp.svg'
,
picUrl2
:
'/img/fp_dwn.svg'
,
isActive
:
false
}
//
{
//
name: language.value==0?'发票申请':'Electronic invoice',
//
routeName: 'myKP',
//
picUrl1: '/img/fp.svg',
//
picUrl2: '/img/fp_dwn.svg',
//
isActive: false
//
}
])
const
menusPersonalEn
=
ref
([
{
...
...
src/viewsPc/seat/order-detail.vue
View file @
21b5abd
...
...
@@ -496,7 +496,7 @@ const showSJ = () => {
</div>
</div>
<div
class=
"btn_box"
v-if=
"
detail.data?.state == 1
"
>
<div
class=
"btn_box"
v-if=
"
(detail.data?.state == 1)||(detail.data?.state == 5)
"
>
<el-button
round
class=
"btn-lineG w100"
size=
"large"
type=
"primary"
@
click=
"downInvoice"
>
<el-icon>
...
...
vite.config.js
View file @
21b5abd
...
...
@@ -83,9 +83,9 @@ export default defineConfig(({ mode, command }) => {
},
'/dev-api'
:
{
// target: 'http://192.168.1.118:8081/',
target
:
'http://192.168.1.131:8081/'
,
//
target: 'http://192.168.1.131:8081/',
// target: 'https://jijin.wtwuxicenter.com/stage-api',
//
target: 'https://wdsfwuxicenter.com/stage-api/',
target
:
'https://wdsfwuxicenter.com/stage-api/'
,
changeOrigin
:
true
,
rewrite
:
(
p
)
=>
p
.
replace
(
/^
\/
dev-api/
,
''
)
},
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment