修改服务器地址
This commit is contained in:
parent
0dc5269893
commit
230fab5017
@ -2,11 +2,7 @@ import { defineStore } from "pinia";
|
||||
import { ref } from "vue";
|
||||
|
||||
export const useConfig = defineStore('config', () => {
|
||||
// const BASE_URL = ref<string>("https://ppmp.fenshenzhike.com/api");
|
||||
// const BASE_URL = ref<string>("http://localhost:1218/api");
|
||||
const BASE_URL = ref<string>("http://192.168.0.119:1218/api");
|
||||
// const BASE_URL = ref<string>("http://192.30.5.14:1218/api");
|
||||
|
||||
const BASE_URL = ref<string>("http://service5.fenshenzhike.com:1218/api/users/login");
|
||||
return {
|
||||
BASE_URL
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user