添加部分页面

This commit is contained in:
qianlile
2021-08-21 20:11:09 +08:00
parent fe4902da1c
commit dbaee1db02
903 changed files with 1198 additions and 35963 deletions

View File

@@ -2,9 +2,10 @@
// const baseURL = 'http://106.38.203.210:81/prod-api';
const baseURL = 'http://106.12.9.213:80/prod-api';
const token = wx.getStorageSync('token') || '';
const requestApi = ( url, params={} ) => {
const token = wx.getStorageSync('token');
return new Promise((resolve,reject) => {
wx.cloud.callFunction({
name: 'wumeiRequest',