This commit is contained in:
2023-11-02 13:36:17 +08:00
parent a9bb7d7976
commit 8188a3ee36
6 changed files with 27 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
* @Author: zwq
* @Date: 2022-08-22 14:57:50
* @LastEditors: zwq
* @LastEditTime: 2023-09-18 09:44:36
* @LastEditTime: 2023-11-02 10:07:38
* @Description:
-->
<!DOCTYPE html>
@@ -10,7 +10,7 @@
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="shortcut icon" href="<%= BASE_URL %>logo.png">
<link rel="shortcut icon" href="<%= BASE_URL %>loge_ys1.svg">
<!-- 站点配置 -->
<script>
window.SITE_CONFIG = {};
@@ -38,8 +38,7 @@
<!-- 开发环境 -->
<% if (process.env.VUE_APP_NODE_ENV === 'dev') { %>
<script>
window.SITE_CONFIG['apiURL'] = 'http://192.168.1.44:8080/wcs-axl'; // api请求地址
window.SITE_CONFIG['wbURL'] = '192.168.1.44:8080/wcs-njlm';
window.SITE_CONFIG['apiURL'] = 'http://192.168.1.44:8080/wcs-axl';
</script>
<% } %>
<!-- 集成测试环境 -->