Kaynağa Gözat

deploy

master
Soleilw 8 ay önce
ebeveyn
işleme
ce315cbd05
3 değiştirilmiş dosya ile 3 ekleme ve 4 silme
  1. 1
    1
      dist/index.html
  2. 1
    1
      dist/umi.8dc09152.js
  3. 1
    2
      src/app.tsx

+ 1
- 1
dist/index.html Dosyayı Görüntüle

@@ -8,6 +8,6 @@
</head>
<body>
<div id="root"></div>
<script src="/umi.aa8f6f29.js"></script>
<script src="/umi.8dc09152.js"></script>
</body>
</html>

dist/umi.8dc09152.js
Dosya farkı çok büyük olduğundan ihmal edildi
Dosyayı Görüntüle


+ 1
- 2
src/app.tsx Dosyayı Görüntüle

@@ -1,7 +1,6 @@
import type { RequestConfig } from "@umijs/max";
import { message, Modal, Dropdown, MenuProps, theme } from "antd";
import { BulbOutlined, LogoutOutlined } from '@ant-design/icons';
// import { baseUrl } from './constants/index'
import routes from '../config/routes'
import { history } from '@umijs/max';
import {
@@ -105,7 +104,7 @@ export function onRouteChange({
sessionStorage.setItem('path', location.pathname)
}

console.log(process.env.NODE_ENV)
console.log(2313,process.env.NODE_ENV)
const baseUrl = process.env.NODE_ENV == 'production' ? 'https://admin1.jcjob.cn/api' : 'https://rcsc-test.jcjob.cn/api'

export const request: RequestConfig = {

Loading…
İptal
Kaydet