Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖翔宇
/
admin-vue
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
0b5d291a
authored
Dec 27, 2018
by
肖翔宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
12.27
parent
47d81629
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
2 deletions
+2
-2
config/dev.env.js
+1
-1
dist.zip
+0
-0
src/views/course/courseEdit.vue
+1
-1
src/views/pianoList/index.vue
+0
-0
No files found.
config/dev.env.js
View file @
0b5d291a
...
...
@@ -4,7 +4,7 @@ const prodEnv = require('./prod.env')
module
.
exports
=
merge
(
prodEnv
,
{
NODE_ENV
:
'"development"'
,
BASE_API
:
'"http://
192.168.10.104:9001
/sharePiano"'
,
BASE_API
:
'"http://
gxgqs.com
/sharePiano"'
,
})
//http://gxgqs.com/sharePiano
//http://192.168.10.105:9001/sharePiano
dist.zip
View file @
0b5d291a
No preview for this file type
src/views/course/courseEdit.vue
View file @
0b5d291a
...
...
@@ -10,7 +10,7 @@
style=
'width: 650px; margin-left:50px;'
>
<el-form-item
label=
"名称"
prop=
"title"
>
<el-input
type=
"text"
placeholder=
"请标题名称"
v-model
.
trim=
"temp.title"
:maxlength=
"
2
5"
>
v-model
.
trim=
"temp.title"
:maxlength=
"
1
5"
>
</el-input>
</el-form-item>
<el-form-item
label=
"课程类型"
prop=
"curriculumType"
>
...
...
src/views/pianoList/index.vue
View file @
0b5d291a
This diff is collapsed.
Click to expand it.
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