Commit ce82c314 authored by 黄奎's avatar 黄奎

页面修改

parent cf06e821
...@@ -272,10 +272,10 @@ ...@@ -272,10 +272,10 @@
CopyUrl(item) { CopyUrl(item) {
let locationName = window.location.hostname; let locationName = window.location.hostname;
var domain = "http://localhost:8181/#/"; var domain = "http://localhost:8181/#/";
var newUrl = '/courseRefundH5?Id=' + item.Id var newUrl = 'courseRefundH5?Id=' + item.Id
if (locationName.indexOf('oytour') !== -1) { if (locationName.indexOf('oytour') !== -1) {
domain = "http://edu.oytour.com/#/"; domain = "https://edu.oytour.com/#/";
} }
let msg = { let msg = {
url: domain + newUrl, url: domain + newUrl,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment