Commit e39275c0 authored by 罗超's avatar 罗超

新增修改手续费

parent 0185e47a
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -117,7 +117,7 @@ export default {
let mallUrl = ""; //商城API
let lxymallUrl = '';//国内游api
let locationName = window.location.hostname;
domainUrl="http://192.168.10.2:8083";
domainUrl ="http://192.168.10.36:8083";
let javaUrldo = "";
javaUrldo = locationName.indexOf('oytour') !== -1 || locationName.indexOf('viitto') !== -1 ? (locationName.indexOf('oytour') !== -1 ? "http://efficient.oytour.com" : "http://47.96.12.235:9001") : "http://192.168.2.215:9000";
//商城API
......@@ -366,9 +366,9 @@ export default {
}
var timestamp = (new Date()).valueOf();
this.apiurl = apiurl;
var data = JSON.parse(localStorage.crmuserInfo)
if (this.$route.path.toLowerCase() == "/signature") {
this.$router.push({
path: '/signature'
......
This diff is collapsed.
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