Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gs1
Overview
Overview
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
吴迪
gs1
Commits
4726cb76
Commit
4726cb76
authored
Dec 23, 2021
by
林家欣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改禅道bug和常见问题线上请求地址
parent
f19f357f
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
19 additions
and
7 deletions
+19
-7
.env.production
.env.production
+1
-0
barcode.js
src/axios/module/barcode.js
+0
-2
business.js
src/axios/module/business.js
+1
-1
home.js
src/axios/module/home.js
+1
-1
myManage.js
src/axios/module/myManage.js
+1
-1
links.js
src/utils/links.js
+2
-0
index.vue
src/views/Business/index.vue
+5
-1
index.vue
src/views/Home/index.vue
+7
-1
left2.vue
src/views/comps/left2.vue
+1
-0
No files found.
.env.production
View file @
4726cb76
...
...
@@ -2,4 +2,5 @@ VUE_APP_CURRENTMODE = "production"
VUE_APP_HOST_URL = "http://192.168.0.77:9091"
VUE_APP_API_URL = "http://192.168.0.77:9091"
VUE_APP_GDS_URL = "http://data-studio.gds.org.cn"
VUE_APP_CHINATM_URL = "http://member.gds.org.cn:8080/chinatm"
VUE_APP_LOG = false
src/axios/module/barcode.js
View file @
4726cb76
import
{
GET
,
POST
}
from
"../fetch.js"
const
Prefix
=
process
.
env
.
NODE_ENV
===
'development'
?
'/gs1'
:
''
;
const
Prefix2
=
process
.
env
.
NODE_ENV
===
'development'
?
'/chinatm'
:
''
;
// 查询SSCC AI标识符列表
const
querySSCCAIList
=
(
params
=
{})
=>
{
...
...
src/axios/module/business.js
View file @
4726cb76
...
...
@@ -5,7 +5,7 @@ import {
const
Prefix
=
process
.
env
.
NODE_ENV
===
'development'
?
'/gs1'
:
''
;
const
Prefix2
=
process
.
env
.
NODE_ENV
===
'development'
?
'/chinatm'
:
''
;
const
Prefix2
=
process
.
env
.
NODE_ENV
===
'development'
?
'/chinatm'
:
process
.
env
.
VUE_APP_CHINATM_URL
;
// 右侧表格下载功能
const
businessDownLoad
=
(
params
=
{})
=>
{
...
...
src/axios/module/home.js
View file @
4726cb76
import
{
POST
,
POSTFORM
,
UPLOAD
POST
,
POSTFORM
,
}
from
"../fetch.js"
...
...
src/axios/module/myManage.js
View file @
4726cb76
import
{
POST
,
POSTFORM
,
UPLOAD
,
GET
POST
,
UPLOAD
,
GET
}
from
"../fetch.js"
...
...
src/utils/links.js
View file @
4726cb76
export
const
link
=
{
pxspkc
:
'http://v3.gds.org.cn/LoginService.aspx'
,
wyxz
:
'http://wsdt.gs1cn.org/anccoh/login.jsp'
,
}
\ No newline at end of file
src/views/Business/index.vue
View file @
4726cb76
...
...
@@ -436,8 +436,12 @@ export default {
children
:
[
{
name
:
"收费公示"
,
path
:
""
,
path
:
"
/Business/Corppay
"
,
active
:
"Corppaynew"
,
query
:
{
id
:
"1"
,
},
noneChild
:
true
,
},
{
name
:
"收费目录清单"
,
...
...
src/views/Home/index.vue
View file @
4726cb76
...
...
@@ -554,6 +554,7 @@ import notice from "./comps/notice.vue";
import
modal
from
"../comps/modal.vue"
;
import
message
from
"../comps/message.vue"
;
import
{
mapState
}
from
"vuex"
;
import
{
link
}
from
"@/utils/links"
;
export
default
{
components
:
{
...
...
@@ -675,7 +676,8 @@ export default {
{
ico
:
require
(
"../../assets/image/home/wsxtcy-ico2.png"
),
name
:
"我要续展"
,
url
:
"/Business/Renewal"
,
type
:
'link'
,
url
:
link
.
wyxz
,
},
{
ico
:
require
(
"../../assets/image/home/wsxtcy-ico3.png"
),
...
...
@@ -1166,11 +1168,15 @@ export default {
// 我是系统成员点击事件
wsxtcyHandelClick
(
i
)
{
console
.
log
(
i
,
"我是系统成员点击事件"
);
if
(
this
.
wsxtcy
[
i
].
type
===
'link'
)
{
window
.
open
(
this
.
wsxtcy
[
i
].
url
,
"_blank"
);
}
else
{
let
routeData
=
this
.
$router
.
resolve
({
path
:
this
.
wsxtcy
[
i
].
url
,
query
:
this
.
wsxtcy
[
i
].
query
,
});
window
.
open
(
routeData
.
href
,
"_blank"
);
}
// this.$router.push({
// path: this.wsxtcy[i].url,
// query: this.wsxtcy[i].query,
...
...
src/views/comps/left2.vue
View file @
4726cb76
...
...
@@ -35,6 +35,7 @@
:index=
"String(i + 1)"
:key=
"i"
:class=
"
{ active: tmpA.active === currentName }"
@click="jump(tmpA)"
>
{{
tmpA
.
name
}}
</el-menu-item
>
</
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