Commit dab46ade authored by zhangdong's avatar zhangdong

请求路径和图标

parent c4f9e115
......@@ -32,5 +32,14 @@
"@vue/cli-plugin-babel": "^3.9.0",
"@vue/cli-service": "^3.9.0",
"vue-template-compiler": "^2.6.10"
}
},
"description": "",
"main": "babel.config.js",
"repository": {
"type": "git",
"url": "http://gitlab.takedata.cc/zhangdong/web-purchase.git"
},
"keywords": [],
"author": "",
"license": "ISC"
}
......@@ -4,8 +4,8 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no">
<link rel="stylesheet" href="//at.alicdn.com/t/font_830376_qzecyukz0s.css">
<title>vue-manage-system</title>
<link rel="icon" href="./logo.jpg" type="image/x-icon">
<title>捷安采管理后台</title>
</head>
<body>
<noscript>
......
......@@ -22,10 +22,10 @@ export function down(url) {
window.open(url);
}
// export let requestUrl = 'http://192.168.43.117:8085';
export let requestUrl = 'http://60.205.251.80:8082';
// export let requestUrl = 'http://60.205.251.80:8082';
// export let homeUrl = 'http://localhost:3000';
export let homeUrl = 'http://60.205.251.80:8081';
export let homeUrl = 'http://www.eugood.cn/';
// export let openUrl = '//192.168.43.117:8085';
export let openUrl = '//60.205.251.80:8085';
......@@ -6,7 +6,7 @@ import {requestUrl,homeUrl} from "./common.js"
// 创建axios实例
const service = axios.create({
baseURL: `${requestUrl}/apis`,
baseURL: `apis`,
timeout: 35000 // 请求超时时间
})
......
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