ikushare

Results 2 issues of ikushare

location_str = ["台湾省台中县和平乡"] import cpca df = cpca.transform(location_str,pos_sensitive=True,umap={"台中县":"台中市"}) print(df) #结果 省 市 区 地址 adcode 省_pos 市_pos 区_pos 台湾省 None None 台中县和平乡 710000 0 -1 -1

请问这个打包上线和vue一样吗,使用npm run build打包上传到服务器?我在本地可以正常运行,但是打包一直报错,求大佬出部署上线教程~