优化
This commit is contained in:
@@ -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/"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user