This commit is contained in:
parent
d3dc2e8a87
commit
c65d4a0e78
|
|
@ -33,7 +33,7 @@ export function returnShareUrl() {
|
|||
return 'https://dj-h5.hnsiyao.cn'
|
||||
}
|
||||
if (env === 'php_production') {
|
||||
return 'https://playlet.test.sxczgkj.com'
|
||||
return 'https://playlet.test.h5.sxczgkj.com/'
|
||||
}
|
||||
if (env === 'local') {
|
||||
return AppConfig[env]
|
||||
|
|
|
|||
|
|
@ -150,7 +150,8 @@
|
|||
"title" : "斯耀短剧",
|
||||
"template" : "template.html",
|
||||
"router" : {
|
||||
"mode" : "history"
|
||||
"mode" : "history",
|
||||
"base" : "/h5/"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue