Commit c5576c6a by xue_wengang

修改

parent 3f9f9b6f
{
"name": "test",
"name": "founder_vue",
"version": "0.1.0",
"lockfileVersion": 1,
"requires": true,
......
{
"name": "test",
"name": "founder_vue",
"version": "0.1.0",
"private": true,
"scripts": {
......
......@@ -13,8 +13,7 @@ let base = {
ZhiTu_url: "",
naotuurl: "",
Ptlogin: "",
ebss: "",
test: ""
ebss: ""
};
if (
relUrlIp == "68.174.69.46" ||
......@@ -56,7 +55,6 @@ if (
base.ZhiTu_url = "http://39.99.159.210:8053";
/*阿里云ip*/
base.alyIP = "47.92.48.137";
base.test = "http://39.99.159.210:8052";
} else {
//地图后台服务路径
base.XingZhen = "http://192.168.1.110";
......@@ -70,7 +68,6 @@ if (
base.Ptlogin = "http://39.99.159.210:8052";
/*阿里云ip*/
base.alyIP = "localhost";
base.test = "http://39.99.159.210:8052";
}
export default base;
......@@ -2,13 +2,6 @@ import { get, post } from "@/utils/http.js";
import base from "@/api/base";
// import qs from "qs";
export const Home = params => post(`${base.test}/getNewRelationInfo`, params);
export const test = params =>
post("http://39.99.159.210:8052/getCarRyxx", params);
export const test1 = params =>
get("http://39.99.159.210:8051/getXyrSaxxDg", params);
export const login = params =>
post("https://uniapp.b2b2c.niuteam.cn/api/login/login", params);
......
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