| | |
| | | # 页面标题
|
| | | VITE_APP_TITLE =芯导-生产管控系统
|
| | | VITE_APP_TITLE =芯导-财务管理系统
|
| | |
|
| | | # 生产环境配置
|
| | | VITE_APP_ENV = 'production'
|
| | |
| | | <meta name="renderer" content="webkit">
|
| | | <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
| | | <link rel="icon" href="/favicon.ico">
|
| | | <title>芯导-生产管控系统</title>
|
| | | <title>%VITE_APP_TITLE%</title>
|
| | | <!--[if lt IE 11]><script>window.location.href='/html/ie.html';</script><![endif]-->
|
| | | <style>
|
| | | html,
|
| | |
| | | const { VITE_APP_ENV } = env;
|
| | | const baseUrl =
|
| | | VITE_APP_ENV == "development"
|
| | | ? "http://10.136.12.71:7003" // 开发环境后端接口
|
| | | ? "http://127.0.0.1:7003" // 开发环境后端接口
|
| | | : "http://10.136.12.71:7003"; // 生产环境后端接口
|
| | |
|
| | | return {
|