Skip to content

Commit 9ebfe3b

Browse files
committed
♻️ refactoring code width vue3
1 parent 1fcd8b6 commit 9ebfe3b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[*.{js,jsx,ts,tsx,vue}]
1+
[*.{js,jsx,ts,tsx,vue,json}]
22
indent_style = space
33
indent_size = 2
44
trim_trailing_whitespace = true

.env.development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
NODE_ENV = "development"
22

3-
VUE_APP_BASE_URL = "http://192.168.2.13:9070"
3+
VUE_APP_BASE_URL = "http://192.168.2.13:9070"

.env.production

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
NODE_ENV = "production"
22

3-
VUE_APP_BASE_URL = "http://api.cmall.world"
3+
VUE_APP_BASE_URL = "http://api.cmall.world"

.env.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
NODE_ENV = "test"
2-
VUE_APP_BASE_URL = "https://easy-mock.com/mock/5c4c50b9888ef15de01bec2c/api"
2+
VUE_APP_BASE_URL = "https://easy-mock.com/mock/5c4c50b9888ef15de01bec2c/api"

0 commit comments

Comments
 (0)