@@ -255,6 +255,6 @@ export function getBasicInfo(data) {
}
// 获取甜甜圈接口
export function getSweetList(data) {
- const url = `/core/v1/biz/service-graph`
+ const url = `/v1/biz/service-graph`
return instance2.get(url, data)
@@ -54,7 +54,7 @@ module.exports = {
},
'/core': {
- target: 'http://observe-front.cestong.com.cn/',
+ target: 'http://observe-front.cestong.com.cn/core',
changeOrigin: true,
pathRewrite: {
'^/core': ''// 重写路径