Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Q
qk_admin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
quanku
qk_admin
Commits
1da85189
Commit
1da85189
authored
Aug 24, 2023
by
yaya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
替换域名
parent
a26c5fc3
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
55 additions
and
4 deletions
+55
-4
.idea/codeStyles/Project.xml
.idea/codeStyles/Project.xml
+45
-0
.idea/codeStyles/codeStyleConfig.xml
.idea/codeStyles/codeStyleConfig.xml
+1
-1
.idea/inspectionProfiles/Project_Default.xml
.idea/inspectionProfiles/Project_Default.xml
+6
-0
config/demo.env.js
config/demo.env.js
+1
-1
config/dev.env.js
config/dev.env.js
+1
-1
config/prod.env.js
config/prod.env.js
+1
-1
No files found.
.idea/codeStyles/Project.xml
0 → 100644
View file @
1da85189
<component
name=
"ProjectCodeStyleConfiguration"
>
<code_scheme
name=
"Project"
version=
"173"
>
<HTMLCodeStyleSettings>
<option
name=
"HTML_SPACE_INSIDE_EMPTY_TAG"
value=
"true"
/>
<option
name=
"HTML_DO_NOT_INDENT_CHILDREN_OF"
value=
"html,body,thead,tbody,tfoot,script,style"
/>
<option
name=
"HTML_ENFORCE_QUOTES"
value=
"true"
/>
</HTMLCodeStyleSettings>
<JSCodeStyleSettings
version=
"0"
>
<option
name=
"USE_SEMICOLON_AFTER_STATEMENT"
value=
"false"
/>
<option
name=
"FORCE_SEMICOLON_STYLE"
value=
"true"
/>
<option
name=
"SPACE_BEFORE_GENERATOR_MULT"
value=
"true"
/>
<option
name=
"SPACE_BEFORE_FUNCTION_LEFT_PARENTH"
value=
"false"
/>
<option
name=
"USE_DOUBLE_QUOTES"
value=
"false"
/>
<option
name=
"FORCE_QUOTE_STYlE"
value=
"true"
/>
<option
name=
"ENFORCE_TRAILING_COMMA"
value=
"Remove"
/>
<option
name=
"SPACES_WITHIN_OBJECT_LITERAL_BRACES"
value=
"true"
/>
<option
name=
"SPACES_WITHIN_IMPORTS"
value=
"true"
/>
<option
name=
"SPACE_BEFORE_ASYNC_ARROW_LPAREN"
value=
"false"
/>
</JSCodeStyleSettings>
<codeStyleSettings
language=
"HTML"
>
<indentOptions>
<option
name=
"INDENT_SIZE"
value=
"2"
/>
<option
name=
"CONTINUATION_INDENT_SIZE"
value=
"2"
/>
</indentOptions>
</codeStyleSettings>
<codeStyleSettings
language=
"JavaScript"
>
<option
name=
"KEEP_BLANK_LINES_IN_CODE"
value=
"1"
/>
<option
name=
"ALIGN_MULTILINE_PARAMETERS"
value=
"false"
/>
<option
name=
"ALIGN_MULTILINE_FOR"
value=
"false"
/>
<option
name=
"IF_BRACE_FORCE"
value=
"1"
/>
<option
name=
"DOWHILE_BRACE_FORCE"
value=
"1"
/>
<option
name=
"WHILE_BRACE_FORCE"
value=
"1"
/>
<option
name=
"FOR_BRACE_FORCE"
value=
"1"
/>
<indentOptions>
<option
name=
"INDENT_SIZE"
value=
"2"
/>
<option
name=
"CONTINUATION_INDENT_SIZE"
value=
"2"
/>
</indentOptions>
</codeStyleSettings>
<codeStyleSettings
language=
"Vue"
>
<indentOptions>
<option
name=
"CONTINUATION_INDENT_SIZE"
value=
"2"
/>
</indentOptions>
</codeStyleSettings>
</code_scheme>
</component>
\ No newline at end of file
.idea/codeStyles/codeStyleConfig.xml
View file @
1da85189
<component
name=
"ProjectCodeStyleConfiguration"
>
<state>
<option
name=
"
PREFERRED_PROJECT_CODE_STYLE"
value=
"Default
"
/>
<option
name=
"
USE_PER_PROJECT_SETTINGS"
value=
"true
"
/>
</state>
</component>
\ No newline at end of file
.idea/inspectionProfiles/Project_Default.xml
0 → 100644
View file @
1da85189
<component
name=
"InspectionProjectProfileManager"
>
<profile
version=
"1.0"
>
<option
name=
"myName"
value=
"Project Default"
/>
<inspection_tool
class=
"Eslint"
enabled=
"true"
level=
"WARNING"
enabled_by_default=
"true"
/>
</profile>
</component>
\ No newline at end of file
config/demo.env.js
View file @
1da85189
module
.
exports
=
{
NODE_ENV
:
'
"production"
'
,
ENV_CONFIG
:
'
"dep"
'
,
BASE_API
:
'
"http://
quanku-system
-dev.wanwudezhi.com/admin"
'
BASE_API
:
'
"http://
cjxc
-dev.wanwudezhi.com/admin"
'
}
config/dev.env.js
View file @
1da85189
module
.
exports
=
{
NODE_ENV
:
'
"development"
'
,
ENV_CONFIG
:
'
"dev"
'
,
BASE_API
:
'
"http://
quanku-system
-dev.wanwudezhi.com/admin"
'
BASE_API
:
'
"http://
cjxc
-dev.wanwudezhi.com/admin"
'
// BASE_API: '"http://10.10.56.84:8085/admin"'
}
config/prod.env.js
View file @
1da85189
module
.
exports
=
{
NODE_ENV
:
'
"production"
'
,
ENV_CONFIG
:
'
"prod"
'
,
BASE_API
:
'
"https://
quanku-system
.wanwudezhi.com/admin"
'
BASE_API
:
'
"https://
cjxc
.wanwudezhi.com/admin"
'
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment