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