Commit fd2fade4 authored by Kuroky's avatar Kuroky

change qa-api to holmes and api to k8s/namespace/list?env=all

parent 303444af
...@@ -6,5 +6,5 @@ module.exports = { ...@@ -6,5 +6,5 @@ module.exports = {
NODE_ENV: '"development"', NODE_ENV: '"development"',
// BASE_API: '"http://localhost:9000"', // BASE_API: '"http://localhost:9000"',
BASE_API: '"http://boss-namespace.liangkebang.net"', BASE_API: '"http://boss-namespace.liangkebang.net"',
qaapi: '"http://qaapi.liangkebang.com"', qaapi: '"http://holmes.liangkebang.com"',
} }
...@@ -2,5 +2,5 @@ ...@@ -2,5 +2,5 @@
module.exports = { module.exports = {
NODE_ENV: '"production"', NODE_ENV: '"production"',
BASE_API: '"http://boss-namespace.liangkebang.net"', BASE_API: '"http://boss-namespace.liangkebang.net"',
qaapi: '"http://qaapi.liangkebang.com"', qaapi: '"https://holmes.liangkebang.com"',
} }
...@@ -2,7 +2,7 @@ import request from '@/utils/request' ...@@ -2,7 +2,7 @@ import request from '@/utils/request'
export function fetchKubernetesList() { export function fetchKubernetesList() {
return request({ return request({
url: '/k8s/namespace', url: 'k8s/namespace/list?env=all',
method: 'get' method: 'get'
}) })
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment