Update api.js

This commit is contained in:
姜棚 2021-12-02 10:36:26 +08:00
parent 71ac543615
commit 9902d58215
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import {Notify} from "zent"
export const baseurl = 'https://marketapi.1688sup.com/'
window.baseurl = 'https://marketapi.1688sup.com/';
export const baseurl = 'http://192.168.6.75'
window.baseurl = 'http://192.168.6.75';