mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-17 16:36:03 +08:00
添加注册页面,修改4G设备的添加页面
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
// const baseURL = 'http://106.38.203.210:81/prod-api';
|
||||
const baseURL = 'http://106.12.9.213:80/prod-api';
|
||||
|
||||
|
||||
|
||||
const requestApi = ( url, params={} ) => {
|
||||
const token = wx.getStorageSync('token');
|
||||
return new Promise((resolve,reject) => {
|
||||
|
||||
Reference in New Issue
Block a user