mooho-base-admin-plus 0.1.47 → 0.1.48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mooho-base-admin-plus",
3
3
  "description": "MOOHO basic framework for admin by Vue3",
4
- "version": "0.1.47",
4
+ "version": "0.1.48",
5
5
  "author": "jinyifan <jinyifan@mooho.com.cn>",
6
6
  "dotnetVersion": "1.3.97",
7
7
  "license": "MIT",
package/test/main.js CHANGED
@@ -14,9 +14,6 @@ import './styles/css/custom.css';
14
14
 
15
15
  // 环境模式
16
16
  window.$mode = import.meta.env.MODE;
17
- window.$env = import.meta.env;
18
-
19
- console.log('1');
20
17
 
21
18
  // 页面
22
19
  const files = import.meta.globEager('./pages/**/*.vue');
package/.env.development DELETED
@@ -1,4 +0,0 @@
1
- # 所有环境默认
2
-
3
- # 根路径
4
- VITE_APP_BASE_PATH=
package/.env.production DELETED
@@ -1,4 +0,0 @@
1
- # 所有环境默认
2
-
3
- # 根路径
4
- VITE_APP_BASE_PATH=import.meta.env.VITE_APP_BASE_PATH