提交
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
// const baseUrl = "http://192.168.110.100:9200/pb"; //张川川后端
|
const baseUrl = "http://192.168.110.100:9200/pb"; //张川川后端
|
||||||
// const baseUrl = 'http://59.110.212.44:9100/pb'
|
// const baseUrl = 'http://59.110.212.44:9100/pb'
|
||||||
// const baseUrl = "https://testapi.nuttyreading.com";
|
// const baseUrl = "https://testapi.nuttyreading.com";
|
||||||
const baseUrl = 'https://api.nuttyreading.com'
|
// const baseUrl = 'https://api.nuttyreading.com'
|
||||||
// function commonFun() {
|
// function commonFun() {
|
||||||
// console.log("公共方法")
|
// console.log("公共方法")
|
||||||
// }
|
// }
|
||||||
|
|||||||
@@ -395,7 +395,7 @@
|
|||||||
v-if="type != 'detail'"
|
v-if="type != 'detail'"
|
||||||
class="custom-upload"
|
class="custom-upload"
|
||||||
multiple
|
multiple
|
||||||
action="https://api.nuttyreading.com/oss/fileoss"
|
:action="baseUrl + '/oss/fileoss'"
|
||||||
list-type="picture-card"
|
list-type="picture-card"
|
||||||
accept="image/png, image/jpeg"
|
accept="image/png, image/jpeg"
|
||||||
:file-list="fileList"
|
:file-list="fileList"
|
||||||
@@ -627,6 +627,13 @@ export default {
|
|||||||
message: "请输入手机号/邮箱"
|
message: "请输入手机号/邮箱"
|
||||||
// trigger: "change",
|
// trigger: "change",
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
title: [
|
||||||
|
{
|
||||||
|
required: true,
|
||||||
|
message: "请输入标题"
|
||||||
|
// trigger: "change",
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
isUploading: false, // 上传过程中是否显示加载动画
|
isUploading: false, // 上传过程中是否显示加载动画
|
||||||
|
|||||||
Reference in New Issue
Block a user