Commit 63398a3e by 肖康

xZ

parent 91e0176e
......@@ -39,7 +39,7 @@ export const http = (method, url, param,loading) => {
return qs.stringify(param);
}],
headers: {
'Authorization': 'Bearer ' + token
// 'Authorization': 'Bearer ' + token
},
loading:(loading?false:true)
};
......
......@@ -4,14 +4,14 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="favicon.ico">
<link rel="icon" href="http://yunxin.liexindev.net/favicon.ico">
<title>cloudsystem</title>
<link href="js/app.js" rel="preload" as="script"></head>
<link href="http://yunxin.liexindev.net/js/app.js" rel="preload" as="script"></head>
<body>
<noscript>
<strong>网络异常,请稍后加载</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
<script type="text/javascript" src="js/app.js"></script></body>
<script type="text/javascript" src="http://yunxin.liexindev.net/js/app.js"></script></body>
</html>
......@@ -9,7 +9,7 @@ switch (env) {
break;
case 'test':
//测试环境
NODE_ENV = '';
NODE_ENV = 'http://yunxin.liexindev.net';
break;
case 'production':
//线上环境
......
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 sign in to comment