Commit e5d62ef4 authored by 罗超's avatar 罗超

修改标题图标

parent 9698e614
...@@ -48,8 +48,9 @@ module.exports = function (ctx) { ...@@ -48,8 +48,9 @@ module.exports = function (ctx) {
build: { build: {
vueRouterMode: 'hash', // available values: 'hash', 'history' vueRouterMode: 'hash', // available values: 'hash', 'history'
env: ctx.dev ? { env: ctx.dev ? {
API: 'http://192.168.1.36:8300/api' API: 'http://192.168.20.9:8085/api',
// API:'http://192.168.1.13:8085/api' // API:'http://192.168.1.13:8085/api'
// API: 'http://eduapi.oytour.com/api'
} : { } : {
API: 'http://eduapi.oytour.com/api' API: 'http://eduapi.oytour.com/api'
}, },
......
...@@ -9,8 +9,7 @@ ...@@ -9,8 +9,7 @@
<meta name="msapplication-tap-highlight" content="no"> <meta name="msapplication-tap-highlight" content="no">
<meta name="renderer" content="webkit"/> <meta name="renderer" content="webkit"/>
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width<% if (ctx.mode.cordova || ctx.mode.capacitor) { %>, viewport-fit=cover<% } %>"> <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width<% if (ctx.mode.cordova || ctx.mode.capacitor) { %>, viewport-fit=cover<% } %>">
<link rel="icon" type="image/jpg" sizes="32x32" href="icons/favicon-32x32.jpg"> <link rel="icon" type="image/png" sizes="20x19" href="icons/favicon-20x19.png">
<link rel="icon" type="image/jpg" sizes="16x16" href="icons/favicon-16x16.jpg">
<script type="text/javascript" src="http://api.map.baidu.com/api?v=3.0&ak=fuAXy1LBUD0RRdvGHZmfT733lCVCS17D"></script> <script type="text/javascript" src="http://api.map.baidu.com/api?v=3.0&ak=fuAXy1LBUD0RRdvGHZmfT733lCVCS17D"></script>
</head> </head>
<body> <body>
......
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