Commit 51d3e0b3 by QJQ

更新地址

parent 68269dbb
...@@ -3,7 +3,8 @@ import { TableListParams } from './data.d'; ...@@ -3,7 +3,8 @@ import { TableListParams } from './data.d';
//export const apiAddress = "http://localhost:8001"; //export const apiAddress = "http://localhost:8001";
//export const apiAddress = "http://172.16.0.152:809"; //export const apiAddress = "http://172.16.0.152:809";
export const apiAddress = "http://115.159.226.87:8090"; // export const apiAddress = "http://115.159.226.87:8090";
export const apiAddress = "http://172.81.243.147:8090";
const getExportRecord = apiAddress + "/Coupon/GetExportRecord"; const getExportRecord = apiAddress + "/Coupon/GetExportRecord";
const addExportRecord =apiAddress + "/Coupon/AddExportRecord"; const addExportRecord =apiAddress + "/Coupon/AddExportRecord";
......
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