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