I am working on an app using Vue js. According to my setting I need to pass to a variable to my URL when setting change.
Vue js
$.get('https://172.16.1.157:8002/firstcolumn/' + c1v + '/' + c1b, function (data) { // some code... });
Just put "https" .