Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
cloudSystem
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
d85ff206
authored
Jun 12, 2025
by
liangjianmin
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
feat: 更新下载模板链接,支持不同环境下的模板下载
parent
6fcea6f4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/views/Store/enter.vue
src/views/consignmentManagement/consignmentImport.vue
src/views/Store/enter.vue
View file @
d85ff206
...
...
@@ -114,7 +114,7 @@ export default {
name
:
"enter"
,
data
()
{
return
{
skuHref
:
location
.
hostname
===
'xinlian.ichunt.com'
?
'
//cloud.liexindev.net/template/芯链SKU上传模板.csv'
:
'https://cloud.ichunt.com
/template/芯链SKU上传模板.csv'
,
skuHref
:
location
.
hostname
===
'xinlian.ichunt.com'
?
'
https://cloud.ichunt.com/template/芯链SKU上传模板.csv'
:
'http://cloud.liexindev.net
/template/芯链SKU上传模板.csv'
,
cp_time_day
:
localStorage
.
getItem
(
'cp_time_day'
)
||
''
,
futures_cp_time_day
:
localStorage
.
getItem
(
'futures_cp_time_day'
)
||
''
,
uploading
:
false
,
...
...
src/views/consignmentManagement/consignmentImport.vue
View file @
d85ff206
...
...
@@ -98,7 +98,7 @@ export default {
name
:
"consignmentImport"
,
data
()
{
return
{
jsHref
:
location
.
hostname
===
'xinlian.ichunt.com'
?
'
//cloud.liexindev.net/template/芯链寄售商品导入模板.csv'
:
'https://cloud.ichunt.com
/template/芯链寄售商品导入模板.csv'
,
jsHref
:
location
.
hostname
===
'xinlian.ichunt.com'
?
'
https://cloud.ichunt.com/template/芯链寄售商品导入模板.csv'
:
'http://cloud.liexindev.net
/template/芯链寄售商品导入模板.csv'
,
cp_time_day
:
localStorage
.
getItem
(
'cp_time_day'
)
||
''
,
//现货最高天数
futures_cp_time_day
:
localStorage
.
getItem
(
'futures_cp_time_day'
)
||
''
,
//期货最高天数
uploadUrl
:
NODE_ENVS
+
'/api/uploadSku/import'
,
//上传接口
...
...
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