Commit 1ac401fc authored by 黄奎's avatar 黄奎

页面修改

parent 49a20e2c
...@@ -120,7 +120,7 @@ ...@@ -120,7 +120,7 @@
Domain: "fcrmyx.oytour.com", Domain: "fcrmyx.oytour.com",
}; };
if (!this.isOnline()) { if (!this.isOnline()) {
msg.Domain = "www.test.com";//www.test.com localhost msg.Domain = "localhost";//www.test.com localhost
} }
this.apipost("/api/Login/UserLogin", msg, (res) => { this.apipost("/api/Login/UserLogin", msg, (res) => {
var jsonData = res.data; var jsonData = res.data;
......
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