Commit e2070dfd authored by wangxuelai's avatar wangxuelai

''

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