切换域名

parent 2940f9a8
...@@ -533,7 +533,7 @@ const giveTheThumbs = (item, index) => { ...@@ -533,7 +533,7 @@ const giveTheThumbs = (item, index) => {
*/ */
const viewAll = () => { const viewAll = () => {
getEvaluationPage({ getEvaluationPage({
current: params.value.current, current: 1,
size: commentTotal.value, size: commentTotal.value,
shopId: params.value.shopId, shopId: params.value.shopId,
}).then((res) => { }).then((res) => {
......
...@@ -41,7 +41,7 @@ export default defineConfig({ ...@@ -41,7 +41,7 @@ export default defineConfig({
// 代理配置 // 代理配置
proxy: { proxy: {
'/api': { '/api': {
target: 'http://test.rhhzkj.com:8080', target: 'http://192.168.0.147:9999',
changeOrigin: true, changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, ''), 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