切换域名

parent 2940f9a8
......@@ -533,7 +533,7 @@ const giveTheThumbs = (item, index) => {
*/
const viewAll = () => {
getEvaluationPage({
current: params.value.current,
current: 1,
size: commentTotal.value,
shopId: params.value.shopId,
}).then((res) => {
......
......@@ -41,7 +41,7 @@ export default defineConfig({
// 代理配置
proxy: {
'/api': {
target: 'http://test.rhhzkj.com:8080',
target: 'http://192.168.0.147:9999',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, ''),
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment