Commit e2070dfd authored by wangxuelai's avatar wangxuelai

''

parent 4455953a
...@@ -9,5 +9,6 @@ src/common/distpicker.data.js ...@@ -9,5 +9,6 @@ src/common/distpicker.data.js
src/common/dis.data.js src/common/dis.data.js
src/utils/download.js src/utils/download.js
src/utils/request.js src/utils/request.js
src/utils/calendar.js
src/common/blacklist src/common/blacklist
js/ js/
\ No newline at end of file
import { pathify } from '../utils/index'; import { pathify } from '../utils/index';
const { location } = window; const { location } = window;
const basepath = `${location.protocol}//${pathify(window.location.host)}/`; const basepath = `${location.protocol}//${pathify(window.location.host)}/`;
const api = 'https://test.wp53.cn/v2/api/'; // const api = 'https://test.wp53.cn/v2/api/';
const dakaapi = 'https:clock.wp53.cn/v3/'; // const dakaapi = 'https:clock.wp53.cn/v3/';
// const api = 'https://wx.m.shangjiadao.cn/v2/api/'; const api = 'https://wx.m.shangjiadao.cn/v2/api/';
// const dakaapi = 'https://wx.m.shangjiadao.cn/daka/v3/'; const dakaapi = 'https://qxapi.qingxiao.online/daka/v3/';
export default { export default {
userRegister: `${api}service/user/register`, userRegister: `${api}service/user/register`,
getVerifyCode: `${api}service/user/verify_code`, getVerifyCode: `${api}service/user/verify_code`,
......
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