Is there any way for vue to keep a function or variable from being confused when it is packaged?

the fields in the packaged local js file do not correspond to those in the remote js file, resulting in data failure.

is there any way to keep a function or variable from being confused when it is packaged?

Dec.15,2021

uses the function name? Normal object fields will not be confused

Menu