flat: 123
This commit is contained in:
@@ -13,6 +13,9 @@
|
||||
<link rel="stylesheet" href="<%= BASE_URL %>cdn/element-ui/2.12.0/theme-chalk/index.css">
|
||||
<link rel="stylesheet" href="<%= BASE_URL %>cdn/animate/3.5.2/animate.css">
|
||||
<link rel="stylesheet" href="<%= BASE_URL %>cdn/iconfont/1.0.0/index.css">
|
||||
<link rel="stylesheet" href="<%= BASE_URL %>resource/font/font_567566_pwc3oottzol.css"></link>
|
||||
<link rel="stylesheet" href="<%= BASE_URL %>resource/font/font_1066523_6bvkeuqao36.css"></link>
|
||||
<link rel="stylesheet" href="<%= BASE_URL %>resource/font/font_1939523_a2ybsew93wu.css"></link>
|
||||
<link rel="icon" href="">
|
||||
<title>德阳市智慧就业服务平台</title>
|
||||
<style>
|
||||
@@ -103,6 +106,7 @@
|
||||
<script src="<%= BASE_URL %>cdn/xlsx/xlsx.full.min.js"></script>
|
||||
<!-- <script src="//map.qq.com/api/js?v=2.exp&key=FW3BZ-6JTK6-GCUS5-MZCRR-3GPR5-HJFEI"></script>-->
|
||||
<!-- <script src="//3gimg.qq.com/lightmap/components/geolocation/geolocation.min.js"></script>-->
|
||||
|
||||
<script src="//map.qq.com/api/js?v=2.exp&key=FW3BZ-6JTK6-GCUS5-MZCRR-3GPR5-HJFEI"></script>
|
||||
<script src="<%= BASE_URL %>resource/geolocation.min.js"></script>
|
||||
</body>
|
||||
|
||||
@@ -48,9 +48,9 @@ Object.keys(urls).forEach(key => {
|
||||
// 加载website
|
||||
Vue.prototype.website = website;
|
||||
// 动态加载阿里云字体库
|
||||
iconfontVersion.forEach(ele => {
|
||||
loadStyle(iconfontUrl.replace('$key', ele));
|
||||
});
|
||||
// iconfontVersion.forEach(ele => {
|
||||
// loadStyle(iconfontUrl.replace('$key', ele));
|
||||
// });
|
||||
|
||||
Vue.config.productionTip = false;
|
||||
|
||||
|
||||
@@ -24,11 +24,11 @@ module.exports = {
|
||||
proxy: {
|
||||
"/api": {
|
||||
// target: 'http://10.165.0.173:8000',
|
||||
target: "http://39.98.184.58:8000", // 阿里云后台地址
|
||||
// target: "http://39.98.184.58:8000", // 阿里云后台地址
|
||||
// target: "http://192.168.3.104:8000", // 本地
|
||||
// target: 'http://192.168.1.106:8000',
|
||||
// target: 'http://192.168.3.173:8000',
|
||||
// target: 'http://10.165.0.173:8000',
|
||||
target: 'http://10.165.0.173:8000',
|
||||
// target: 'http://198.168.3.120:8000',
|
||||
ws: true,
|
||||
changeOrigin: true,
|
||||
|
||||
Reference in New Issue
Block a user