There is a problem with vue2.x online packaging deployment.

vue2.x can be packaged locally, and it can also be used on the server. Now the backend needs to package and deploy directly on git. It is always unable to find third-party dependencies, such as , and so on. Three scaffolding versions have been changed, but it does not work. Which Daniel has encountered similar problems to help younger brothers? he has never encountered a similar situation. Which aspect of the problem is the problem in the end?. Is it a problem of front-end scaffolding configuration or background environment

the environmental background of the problems and what methods you have tried

related codes

/ / Please paste the code text below (do not replace the code with pictures)

what result do you expect? What is the error message actually seen?

Apr.11,2021

I guess you use axios in vuex, right?
did you introduce axios correctly into vuex?

Menu