Commit 0b5d291a by 肖翔宇

12.27

parent 47d81629
...@@ -4,7 +4,7 @@ const prodEnv = require('./prod.env') ...@@ -4,7 +4,7 @@ const prodEnv = require('./prod.env')
module.exports = merge(prodEnv, { module.exports = merge(prodEnv, {
NODE_ENV: '"development"', NODE_ENV: '"development"',
BASE_API: '"http://192.168.10.104:9001/sharePiano"', BASE_API: '"http://gxgqs.com/sharePiano"',
}) })
//http://gxgqs.com/sharePiano //http://gxgqs.com/sharePiano
//http://192.168.10.105:9001/sharePiano //http://192.168.10.105:9001/sharePiano
No preview for this file type
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
style='width: 650px; margin-left:50px;'> style='width: 650px; margin-left:50px;'>
<el-form-item label="名称" prop="title"> <el-form-item label="名称" prop="title">
<el-input type="text" placeholder="请标题名称" <el-input type="text" placeholder="请标题名称"
v-model.trim="temp.title" :maxlength="25"> v-model.trim="temp.title" :maxlength="15">
</el-input> </el-input>
</el-form-item> </el-form-item>
<el-form-item label="课程类型" prop="curriculumType"> <el-form-item label="课程类型" prop="curriculumType">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment