| | |
| | | const roleKeyInfo = ref(null); |
| | | // const baseUrlHt = ref(window.location.origin+'/api'); |
| | | // const baseUrlHt = ref('http://www.qdopo.com:9095'); |
| | | // const baseUrlHt = ref('http://192.168.76.25:9095'); |
| | | // const baseUrlHt = ref("http://192.168.100.10:8080"); |
| | | const baseUrlHt = ref("http://localhost:8080"); |
| | | // const baseUrlHt = ref("https://opo.qduh.cn:443"); |
| | | // const baseUrlHt = ref("http://localhost:9095"); |
| | | const baseUrlHt = ref("https://opo.qduh.cn:443"); |
| | | |
| | | // getters |
| | | const isLoggedIn = computed(() => !!token.value); |