You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
761 B
1 lines
761 B
{"ast":null,"code":"import request from \"../../utils/request\"; //记得引入进来\n\nexport function getInfo() {\n return request({\n method: 'get',\n url: '/test/test'\n });\n}","map":{"version":3,"names":["request","getInfo","method","url"],"sources":["D:/Project/SISP-ADSI-601/vue/src/api/common/test.js"],"sourcesContent":["import request from \"../../utils/request\";//记得引入进来\n\nexport function getInfo() {\n return request({\n method: 'get',\n url: '/test/test',\n })\n}"],"mappings":"AAAA,OAAOA,OAAO,MAAM,qBAAqB,CAAC;;AAE1C,OAAO,SAASC,OAAOA,CAAA,EAAG;EACtB,OAAOD,OAAO,CAAC;IACXE,MAAM,EAAE,KAAK;IACbC,GAAG,EAAE;EACT,CAAC,CAAC;AACN","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}
|