Vue agent cross-domain request error?

I"m going to send a cross-domain request. I also wrote the proxy service, but I made a mistake. Ask the boss to take a look at
this is the interface address: http://47.93.48.135:8086/api/slide?slide_id=1
. This is my request
getLiveList () {

.
            this.$http.get("/api/slide?slide_id=1")
                .then((res) => {
                    console.log(res)
                })
                .catch((err) => {
                    console.log(err)
                })
            
        }

this is configuring the proxy service
"/ api": {

        target: "http://47.93.48.135:8086/",
        changeOrigin: true,
        pathRewrite: {
          "^/api": ""
        }
      }

but the following report is wrong

clipboard.png

Mar.13,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b370f7-2c04a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b370f7-2c04a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?