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
5204e461
Commit
5204e461
authored
Jan 09, 2022
by
tang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 附件地址修改
parent
64d5b334
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
7 deletions
+8
-7
external.vue
src/views/Search/external.vue
+1
-1
join.vue
src/views/Service/Partners/join.vue
+6
-6
store.js
src/vuex/store.js
+1
-0
No files found.
src/views/Search/external.vue
View file @
5204e461
...
...
@@ -2,7 +2,7 @@
<div
class=
"search-content"
>
<div
class=
"banner-box"
>
<img
src=
"./img/query_external_banner.jpeg"
@
click=
"openUrl(`$
{urls.
gs1cnTwo
}Manage/down/Import_Data_Guideline.pdf`)"/>
@
click=
"openUrl(`$
{urls.
file
}Manage/down/Import_Data_Guideline.pdf`)"/>
</div>
<div
class=
"title"
>
境外条码信息查询
</div>
<div
class=
"body"
>
...
...
src/views/Service/Partners/join.vue
View file @
5204e461
...
...
@@ -158,12 +158,12 @@
<p><i
class=
"bi bi-cloud-download"
style=
"color: #008dbd;margin-right: 4px;"
></i>
附件:
</p>
<ul
style=
"list-style: none;"
>
<li><p><a
:href=
"`$
{urls.
gs1cnTwo
}Service/Partners/download/关于开展GS1标准服务提供商项目的通知.pdf`">一、关于开展GS1标准服务提供商项目的通知
</a></p></li>
<li><p><a
:href=
"`$
{urls.
gs1cnTwo
}Service/Partners/download/GS1标准服务提供商项目规则.pdf`">二、GS1标准服务提供商项目规则
</a></p></li>
<li><p><a
:href=
"`$
{urls.
gs1cnTwo
}Service/Partners/download/GS1标准服务提供商准入审核标准.pdf`">三、GS1标准服务提供商准入审核标准
</a></p></li>
<li><p><a
:href=
"`$
{urls.
gs1cnTwo
}Service/Partners/download/GS1标准服务提供商注册登记表.pdf`">四、GS1标准服务提供商注册登记表
</a></p></li>
<li><p><a
:href=
"`$
{urls.
gs1cnTwo
}Service/Partners/download/GS1标准服务提供商续期审核标准.pdf`">五、GS1标准服务提供商续期审核标准
</a></p></li>
<li><p><a
:href=
"`$
{urls.
gs1cnTwo
}Service/Partners/download/GS1标准服务提供商信息变更登记表.pdf`">六、GS1标准服务提供商信息变更登记表
</a></p></li>
<li><p><a
:href=
"`$
{urls.
file
}Service/Partners/download/关于开展GS1标准服务提供商项目的通知.pdf`">一、关于开展GS1标准服务提供商项目的通知
</a></p></li>
<li><p><a
:href=
"`$
{urls.
file
}Service/Partners/download/GS1标准服务提供商项目规则.pdf`">二、GS1标准服务提供商项目规则
</a></p></li>
<li><p><a
:href=
"`$
{urls.
file
}Service/Partners/download/GS1标准服务提供商准入审核标准.pdf`">三、GS1标准服务提供商准入审核标准
</a></p></li>
<li><p><a
:href=
"`$
{urls.
file
}Service/Partners/download/GS1标准服务提供商注册登记表.pdf`">四、GS1标准服务提供商注册登记表
</a></p></li>
<li><p><a
:href=
"`$
{urls.
file
}Service/Partners/download/GS1标准服务提供商续期审核标准.pdf`">五、GS1标准服务提供商续期审核标准
</a></p></li>
<li><p><a
:href=
"`$
{urls.
file
}Service/Partners/download/GS1标准服务提供商信息变更登记表.pdf`">六、GS1标准服务提供商信息变更登记表
</a></p></li>
</ul>
</div>
...
...
src/vuex/store.js
View file @
5204e461
...
...
@@ -20,6 +20,7 @@ const state = {
ancc
:
'http://www.ancc.org.cn/'
,
gs1cnOne
:
'www.gs1cn.org'
,
gs1cnTwo
:
'http://www.gs1cn.org/'
,
file
:
window
.
location
.
protocol
+
window
.
location
.
hostname
+
':9091/office/uploadFileResource/'
,
},
matche
:
localStorage
.
getItem
(
'matche'
)
?
JSON
.
parse
(
localStorage
.
getItem
(
'matche'
))
:
[],
};
...
...
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