引入 uview 组件

This commit is contained in:
YunaiV
2021-11-27 20:09:13 +08:00
parent 2da6a746e4
commit 002aea34ae
13 changed files with 911 additions and 63 deletions

View File

@ -1,6 +1,8 @@
const BASE_URL = 'http://127.0.0.1:28080/api/';
import store from '@/store'
import { msg, getAuthToken } from './util'
const BASE_URL = 'http://127.0.0.1:28080/api/';
export const request = (options) => {
return new Promise((resolve, reject) => {
// 发起请求