iis服务器助手广告广告
返回顶部
首页 > 资讯 > 前端开发 > JavaScript >Vue-admin-template 报Uncaught (in promise) error问题及解决
  • 507
分享到

Vue-admin-template 报Uncaught (in promise) error问题及解决

2024-04-02 19:04:59 507人浏览 安东尼
摘要

目录Vue-admin-template 报Uncaught (in promise) error问题描述解决问题Vue常见错误解决Vue-admin-template 报Uncau

Vue-admin-template 报Uncaught (in promise) error

问题描述

在使用Vue-admin-template时,配置好后端,在请求时,突然报错 而且后端接到请求了,并且返回数据了。

在这里插入图片描述

解决问题

找了半天,发现问题在request.js中。

在这里插入图片描述

可以发现,是因为状态码不匹配,所以,直接被抛出异常了!

将状态码2000改成自己的成功状态码就OK了。

注:由于Vue-admin-template中的ajax请求数据都是Mock.js模拟的,所以,如果要改,建议,把mock目录中,模拟的状态码也一并修改!

在这里插入图片描述

Vue常见错误解决

Compiled with problems:

编译问题

C:\myel\src\views\HomeView.vue

错误出现文件

3:1 error Mixed spaces and tabs no-mixed-spaces-and-tabs

4:1 error Mixed spaces and tabs no-mixed-spaces-and-tabs

第3行的第一个字符

第4函的第一个字符

Mixed spaces and tabs

错误原因:混合的空格与tab

no-mixed-spaces-and-tabs

错误规则: no-mixed-spaces-and-tabs 不准混空格与tab

2 problems (2 errors, 0 warnings)

2个问题(2个错误,0个警告)

Compiled with problems:

编译错误

ERROR in ./src/views/HomeView.vue?

错误出现的位置

Unexpected keyWord 'const'. (6:0)

第6行第0个字符有个不应该出现的关键字 const

63 | const user = Reactive({ userid: "", pwd: "", code: "" }), | ^ 64 | const rules = reactive({ | ^ 65 | userid: [

第63到64行两个^之间有错误

ERROR in ./src/router/index.ts 10:19-57

错误发生在 ./src/router/index.ts 第10行第19个字符到57字符

Module not found: Error: Can't resolve '../views/admin/AdminVeiw.vue' in 'C:\myel\src\router'

,模块找不的 不能resolve(兑现,发现,解决)../views/admin/AdminVeiw.vue

在C:\myel\src\router

总结:文件../views/admin/AdminVeiw.vue(文件名/路径发生错误)

ERROR in ./src/views/HomeView.vue

错误发生在HomeView.vue

VueCompilerError: Element is missing end tag.

标签没有结束标签

2 | <div class="login">

| ^

第二行的div

Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'id')

没有捕捉到(承诺)类型错误:不能够与读取undefined的属性 (读取id)

beforecreate创建前

created 创建

mounted 挂载(显示渲染dom节点了)

<h1>{{joks[0].summary}}</h1>

joks默认是空的

TypeError: Cannot read properties of undefined (reading 'summary')

不能够在undefined上面读取 summary属性

getJok 获取数据

触发更新

updated 更新页面(有数据了更新数据显示出来了)

出现 []下标 .属性 用v-if (第一次不渲染,等待更新后再渲染)

Uncaught (in promise) TypeError: state.Goods.forEach is not a function

对state.goods.forEach 没有这个forEach(goods不是一个数组

index.js

C:\youmi\src\views\AboutView.vue

出错的文件地址

16:17 error 'reactive' is not defined no-undef

第16行17字符错误 reactive 没有定义

App.vue 第30错误

[vuex] unknown mutation type: changeA

vuex 找不到一个叫changeA的mutations

在AboutView发生错误

VueCompilerError: Attribute name cannot contain U+0022 ("), U+0027 ('), and U+003C (<).

vue编译错误:属性name 不能不包含 “ ‘ <

at C:\youmi\src\views\AboutView.vue:8:2

第8行

const 不能重复赋值

check被定义了没有备调用

以上为个人经验,希望能给大家一个参考,也希望大家多多支持编程网。

--结束END--

本文标题: Vue-admin-template 报Uncaught (in promise) error问题及解决

本文链接: https://www.lsjlt.com/news/153791.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

本篇文章演示代码以及资料文档资料下载

下载Word文档到电脑,方便收藏和打印~

下载Word文档
猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作