mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-04-22 13:49:35 +08:00
Delete backend for QX
This commit is contained in:
parent
9d97c23186
commit
a9a68be9f6
@ -6,6 +6,3 @@
|
|||||||
# 添加一个sub.store域名
|
# 添加一个sub.store域名
|
||||||
hostname=sub.store
|
hostname=sub.store
|
||||||
simple_cert_hostname=sub.store
|
simple_cert_hostname=sub.store
|
||||||
|
|
||||||
[http_backend]
|
|
||||||
https://raw.githubusercontent.com/Peng-YM/Sub-Store/master/backend/sub-store.min.js, tag=Sub-Store, path=/, enabled=true, img-url=https://raw.githubusercontent.com/58xinian/icon/master/Sub-Store1.png
|
|
@ -185,16 +185,7 @@ export default {
|
|||||||
|
|
||||||
computed: {
|
computed: {
|
||||||
subscriptionBaseURL() {
|
subscriptionBaseURL() {
|
||||||
const backend = this.$store.state.env.backend;
|
|
||||||
switch (backend) {
|
|
||||||
case "QX":
|
|
||||||
return "http://127.0.0.1:9999";
|
|
||||||
case "Node":
|
|
||||||
case "Surge":
|
|
||||||
case "Loon":
|
|
||||||
default:
|
|
||||||
return BACKEND_BASE;
|
return BACKEND_BASE;
|
||||||
}
|
|
||||||
},
|
},
|
||||||
subscriptions() {
|
subscriptions() {
|
||||||
const subs = this.$store.state.subscriptions;
|
const subs = this.$store.state.subscriptions;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user