This commit is contained in:
Fanzink
2023-02-09 15:06:33 +08:00
parent 41e680b55d
commit 0b5740d41c
6 changed files with 697 additions and 245 deletions

View File

@@ -4,7 +4,7 @@
* @Author: fzq
* @Date: 2022-11-25 09:51:46
* @LastEditors: fzq
* @LastEditTime: 2023-02-07 16:19:50
* @LastEditTime: 2023-02-09 14:40:52
-->
<!DOCTYPE html>
<html>
@@ -39,7 +39,8 @@
<!-- 开发环境 -->
<% if (process.env.VUE_APP_NODE_ENV === 'dev') { %>
<script>
window.SITE_CONFIG['apiURL'] = 'http://192.168.1.8';
// window.SITE_CONFIG['apiURL'] = 'http://192.168.1.8';
window.SITE_CONFIG['apiURL'] = 'http://india.mes.picaiba.com/';
</script>
<% } %>
<!-- 集成测试环境 -->