Commit 8435b1cc by Caiyijun

合并 mutou 分支

parent 2fb4489c
import axios from 'axios';//引入axios
export function fetch(options) {
export function fetch(options) {
if (process.env.NODE_ENV === 'production') {
if (!window['userData']) {
let user_data_str = localStorage.getItem('walk_userData');
......
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