摘要: /** * 全站http配置 * * axios参数说明 * isSerialize是否开启form表单提交 * isToken是否需要token */ import axios from 'axios' import store from '@/store/'; import router fro 阅读全文
posted @ 2020-04-16 14:45 xiaoxiao95 阅读(266) 评论(0) 推荐(0) 编辑
摘要: import request from '@/router/axios'; import { oaUrl, fileUrl, consoleUrl } from '@/config/env'; // export const projectPage = param => request({ url: 阅读全文
posted @ 2020-04-16 14:39 xiaoxiao95 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 一,slice() 方法可从已有的数组中返回选定的元素。语法:arrayObject.slice(start,end),返回一个新的数组,包含从 start 到 end (不包括该元素)的 arrayObject 中的元素。 请注意,该方法并不会修改数组,而是返回一个子数组。如果想删除数组中的一段元 阅读全文
posted @ 2020-04-16 14:08 xiaoxiao95 阅读(8894) 评论(0) 推荐(0) 编辑
摘要: <template> <div class="box"> <!-- 跳转url --> <iframe src="" height="800" width="100%" id="mobsf" scrolling="no" frameborder="0"></iframe> </div> </temp 阅读全文
posted @ 2020-04-16 13:43 xiaoxiao95 阅读(346) 评论(0) 推荐(0) 编辑