张涛 1 년 전
부모
커밋
9cfe3dd87e
3개의 변경된 파일4개의 추가작업 그리고 9개의 파일을 삭제
  1. 2
    2
      .env
  2. 2
    2
      .env.production
  3. 0
    5
      yarn.lock

+ 2
- 2
.env 파일 보기

@@ -1,2 +1,2 @@
1
-VITE_SERVER_BASE=/api/platform
2
-VITE_LOGIN_URL=http://localhost:3009/admin/
1
+# VITE_SERVER_BASE=/api/platform
2
+# VITE_LOGIN_URL=http://localhost:3009/admin/

+ 2
- 2
.env.production 파일 보기

@@ -1,2 +1,2 @@
1
-VITE_SERVER_BASE=https://api.crm2.njyunzhi.com/api/platform
2
-VITE_LOGIN_URL=https://crm2.njyunzhi.com/admin/index.html
1
+# VITE_SERVER_BASE=https://api.crm2.njyunzhi.com/api/platform
2
+# VITE_LOGIN_URL=https://crm2.njyunzhi.com/admin/index.html

+ 0
- 5
yarn.lock 파일 보기

@@ -1010,11 +1010,6 @@ dayjs@1.x, dayjs@^1.11.4:
1010 1010
   resolved "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.7.tgz"
1011 1011
   integrity sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ==
1012 1012
 
1013
-dayjs@^1.11.10:
1014
-  version "1.11.10"
1015
-  resolved "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.10.tgz#68acea85317a6e164457d6d6947564029a6a16a0"
1016
-  integrity sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==
1017
-
1018 1013
 debug@^3.2.6:
1019 1014
   version "3.2.7"
1020 1015
   resolved "https://registry.npmmirror.com/debug/-/debug-3.2.7.tgz"