You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
根据其他回答里,是mainjs配置出错,以下是我的main.js配置
import Vue from 'vue';
import App from './App';
import uView from 'uview-ui';
import Validates from "./public/validate.js";
import DataHanding from "public/dataHanding.js"