Commit 8ed18f7a authored by 程卓's avatar 程卓

修改url错误

parent 784ecc7a
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -6,7 +6,7 @@
<link rel="icon" href="./favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>静安智慧房管</title>
<script type="module" crossorigin src="./assets/index.bb375392.js"></script>
<script type="module" crossorigin src="./assets/index.6842c726.js"></script>
<link rel="modulepreload" href="./assets/vendor.d8be57b6.js">
<link rel="stylesheet" href="./assets/vendor.db35e2cd.css">
<link rel="stylesheet" href="./assets/index.1e95251e.css">
......
......@@ -170,11 +170,11 @@ let BASE_URL = '';
switch ("production") {
case 'production':
BASE_URL = 'http://jingan.omniview.pro//api/v2';
BASE_URL = 'http://jingan.omniview.pro/api/v2';
break;
default:
BASE_URL = 'http://jingan.omniview.pro//api/v2';
BASE_URL = 'http://jingan.omniview.pro/api/v2';
}
var api = {
......
......@@ -6,9 +6,9 @@
// vue,
// axios,
// qs,
// )('http://jingan.omniview.pro//api/v2')
// )('http://jingan.omniview.pro/api/v2')
window._base_url = 'http://jingan.omniview.pro//api/v2'
window._base_url = 'http://jingan.omniview.pro/api/v2'
import { components, eventBus } from './component-lib.esm' // 未正式上生产暂时先如此代替
export default components
......
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