|
@@ -21,7 +21,6 @@
|
|
|
|
|
|
<script>
|
|
<script>
|
|
import config from "@/tenant/config";
|
|
import config from "@/tenant/config";
|
|
-import { navigator, storage, toast } from "@/utils/uniApi";
|
|
|
|
export default {
|
|
export default {
|
|
name: "detail.vue",
|
|
name: "detail.vue",
|
|
data() {
|
|
data() {
|
|
@@ -37,7 +36,6 @@ export default {
|
|
url: config.host + "/wutong-file/minio/file/upload", // 仅为示例,非真实的接口地址
|
|
url: config.host + "/wutong-file/minio/file/upload", // 仅为示例,非真实的接口地址
|
|
filePath: op.file,
|
|
filePath: op.file,
|
|
header: {
|
|
header: {
|
|
- "Blade-Auth": "bearer " + storage.get("token"),
|
|
|
|
Authorization: "Basic cHJvamVjdF93eDpwcm9qZWN0X3d4X2tleQ==",
|
|
Authorization: "Basic cHJvamVjdF93eDpwcm9qZWN0X3d4X2tleQ==",
|
|
},
|
|
},
|
|
name: "file",
|
|
name: "file",
|